Skip to content

Commit

Permalink
ci: Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Jul 17, 2024
1 parent dff9db5 commit bc1bb7b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@
# file with configuration. For more information, see:
# https://github.com/actions/labeler

name: Labeler
on: [pull_request]
name: Automatically add relevant labels to Pull Requests
on:
- pull_request_target

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
label:

runs-on: ubuntu-latest
#if: github.event.pull_request.head.repo.full_name == github.repository
#if: ${{ github.repository_owner == 'openfoodfacts' }}
permissions:
contents: read
pull-requests: write

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

0 comments on commit bc1bb7b

Please sign in to comment.