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.
add-team-label
1 parent 39ac56e commit 025b660Copy full SHA for 025b660
1 file changed
.github/workflows/test-add-team-label.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/checkout@v5
16
17
- name: Test
18
+ if: ${{ github.event_name == 'pull_request' }}
19
uses: ./.github/actions/add-team-label
20
with:
21
team-label-token: ${{ secrets.TEAM_LABEL_TOKEN }}
0 commit comments