Skip to content

Commit

Permalink
Merge pull request #422 from georchestra/mapstore-default-block
Browse files Browse the repository at this point in the history
update backport bot
  • Loading branch information
f-necas authored Sep 4, 2024
2 parents 08633ce + 5c2e51d commit 1a1258b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on:
pull_request_target:
types: ["closed", "labeled"]

permissions:
pull-requests: write

jobs:
backport:
name: Backport PR
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport'))
runs-on: ubuntu-latest
steps:
- name: Backport Action
Expand Down

0 comments on commit 1a1258b

Please sign in to comment.