Skip to content

Commit

Permalink
add action options
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mulhall committed Oct 13, 2022
1 parent a5b8b67 commit fa77993
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ jobs:
run: sed -i '/20[0-9][0-9]\.[0-9][0-9]/ s/]/-dev]/' configure.ac
- name: Create pull request
uses: peter-evans/create-pull-request@v4
with:
base: main # creates a new branch off of main
branch: add-dev-post-release # name of the created branch
branch-suffix: timestamp # add a timestamp to branch name
delete-branch: true # delete afer merge

0 comments on commit fa77993

Please sign in to comment.