Skip to content

Commit

Permalink
Ignore labeler status
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Apr 12, 2024
1 parent 33ff897 commit 2814ad9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ chore:

documentation:
- head-branch: ['^docs/', '^doc/']
- changed-files: '**/*.md'
- changed-files:
- any-glob-to-any-file: '**/*.md'

dependencies:
- head-branch: ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config']

tests:
- any:
- head-branch: ['^tests/', '^test/']
- changed-files: ['test/**/*']
- changed-files:
- any-glob-to-any-file: 'test/**/*'
- all:
- changed-files: ['!test/requirements.txt']
- changed-files:
- all-globs-to-all-files: '!test/requirements.txt'
4 changes: 4 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
pull-requests: write
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4

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

0 comments on commit 2814ad9

Please sign in to comment.