Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 9, 2025
1 parent ed3a725 commit 5947a13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mergify-labels-copier.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mergify backport labels copier

on:
pull_request_target:
pull_request:
types:
- opened

Expand All @@ -13,7 +13,10 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'mergify/bp/')
permissions:
# Add GH labels
pull-requests: write
# See https://github.com/cli/cli/issues/6274
repository-projects: read
steps:
- uses: elastic/oblt-actions/mergify/labels-copier@v1
with:
Expand Down

0 comments on commit 5947a13

Please sign in to comment.