Skip to content

Commit ddcfbb3

Browse files
committed
Forgot to add checkout action
1 parent b2099f6 commit ddcfbb3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: "Pull Request Labeler"
22
on:
3-
pull_request:
3+
push:
44
branches:
55
- main
6-
types:
7-
- opened
6+
paths:
7+
- '!archive/*/*/*.md'
88

99
jobs:
1010
pr-labeler:
@@ -13,6 +13,8 @@ jobs:
1313
pull-requests: write
1414
runs-on: ubuntu-latest
1515
steps:
16+
- uses: actions/checkout@v6
17+
1618
- uses: actions/labeler@v6
1719
with:
1820
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)