Skip to content

Commit

Permalink
merge only PR with automerge label (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Aug 22, 2023
1 parent 476f72d commit 2c0ab14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mergetodevel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:

jobs:
merge-to-devel:
# This condition checks if the PR has the "automerge" label
if: contains(github.event.pull_request.labels.*.name, 'automerge')
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 2c0ab14

Please sign in to comment.