You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actions/labeler#203 was finally merged and
actions/labeler created a pre-release with the changes.
This updates the version of the action to use the official
actions/labeler.
It also updates labeler.yml with the new config format and adds missing change
label.
Copy file name to clipboardexpand all lines: .github/workflows/labeler.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ name: "Pull Request Labeler"
2
2
on:
3
3
- pull_request_target
4
4
5
-
permissions:# added using https://github.com/step-security/secure-workflows
5
+
permissions:
6
6
contents: read
7
7
8
8
jobs:
@@ -12,6 +12,6 @@ jobs:
12
12
pull-requests: write
13
13
runs-on: ubuntu-latest
14
14
steps:
15
-
- uses: joshdales/labeler@7b1327b4c44a8794dfc7573d60637cd60ce4b697#if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler
0 commit comments