Skip to content

Commit

Permalink
ci: changes to labeler, stopped labeler from changing every push. (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 authored Oct 3, 2023
1 parent 1d9e94e commit f0eff6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ packaging:
- '**Dockerfile'
submodules:
- '**.gitmodules'
- '**doxygen-awesome-css/**' # Ideally, nobody should be touching this, but it's here just in-case.
github_actions:
- '**/.github/labeler.yml'
- '**/.github/dependabot.yml'
- '**/.github/workflows/**'
- '**.github/labeler.yml'
- '**.github/dependabot.yml'
- '**.github/workflows/**'
code:
- '**src/**'
- '**include/**'
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Pull Request Labeler"
on:
- pull_request_target
pull_request:
types: [opened, reopened]

permissions:
contents: read
Expand Down

0 comments on commit f0eff6c

Please sign in to comment.