Skip to content

Commit

Permalink
fix(deps): bump actions/labeler from 4 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-kaestner committed Dec 23, 2023
1 parent 963ab7e commit 1a45f8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Add 'repo' label to any root file changes
repo:
- ./*
- changed-files:
- any-glob-to-any-file: ./*
8 changes: 5 additions & 3 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ on: [pull_request]

jobs:
label:

runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v4

- name: Check out code
uses: actions/checkout@v4

- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1a45f8b

Please sign in to comment.