Skip to content

Commit

Permalink
Merge pull request italia#223 from mfortini/add_check_version_action
Browse files Browse the repository at this point in the history
Create publiccode-versioning.yml action
  • Loading branch information
bfabio authored Aug 26, 2021
2 parents f532788 + e835760 commit 505fe06
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publiccode-versioning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: [push]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Parse publiccode.yml
uses: italia/[email protected]
id: pva
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
if: ${{ failure() }}
with:
title: "chore: update softwareVersion ${{ steps.pva.outputs.version }} in publiccode.yml"
branch: feature/publiccode-${{ steps.pva.outputs.version }}

0 comments on commit 505fe06

Please sign in to comment.