Skip to content

Commit

Permalink
Merge branch 'develop' into test-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Aug 12, 2024
2 parents abf88da + 7a32425 commit 6e335c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ off1:
- changed-files:
- any-glob-to-any-file: '**/*off1*'

ovh1:
- changed-files:
- any-glob-to-any-file: '**/*ovh1*'

ovh2:
- changed-files:
- any-glob-to-any-file: '**/*ovh2*'
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@
# 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.event.pull_request.head.repo.full_name == github.repository
#if: ${{ github.repository_owner == 'openfoodfacts' }}
permissions:
contents: read
Expand Down

0 comments on commit 6e335c4

Please sign in to comment.