Skip to content

Commit

Permalink
Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Feb 18, 2022
1 parent edd3be9 commit d31b7ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'openfoodfacts' }}
if: github.event.pull_request.head.repo.full_name == github.repository
#if: ${{ github.repository_owner == 'openfoodfacts' }}
permissions:
contents: read
pull-requests: write
Expand Down

0 comments on commit d31b7ff

Please sign in to comment.