Skip to content

Commit

Permalink
chore(CI): Bump actions/labeler to v5 (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 authored Sep 14, 2024
1 parent b1fa5dc commit 88a29a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ on:
types: [ synchronize, opened, reopened, edited ]

jobs:
process:
labeler:
name: Module Labeler
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Assign GitHub labels
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/workflows/module_labeler_conf.yml
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/module_labeler_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
# specific language governing permissions and limitations
# under the License.
---
permissions:
contents: 'write'
pull-requests: 'write'

github:
- .github/**/*
Expand Down

0 comments on commit 88a29a4

Please sign in to comment.