We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99773fc commit 7c71dd3Copy full SHA for 7c71dd3
.github/workflows/labeler.yml
@@ -7,12 +7,14 @@ jobs:
7
name: Labeler
8
runs-on: ubuntu-latest
9
steps:
10
+
11
- uses: actions/labeler@main
12
with:
13
repo-token: ${{ secrets.GITHUB_TOKEN }}
14
sync-labels: true
15
16
- if: "!(github.event.action == 'closed' && github.event.pull_request.merged == false)"
17
+ if: "github.event.action == 'closed' && github.event.pull_request.merged == true"
18
19
20
configuration-path: .github/labeler_merged.yml
0 commit comments