Skip to content

Commit

Permalink
keep separate auto-label workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Dec 10, 2024
1 parent 5920ceb commit 289fdf5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-label.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: auto-label
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on: # yamllint disable-line rule:truthy
pull_request_target

jobs:
pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml
7 changes: 0 additions & 7 deletions .github/workflows/bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ jobs:
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto-label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml

0 comments on commit 289fdf5

Please sign in to comment.