Skip to content

Commit

Permalink
Github: Update Labeler Configuration File To New Format. (#3434)
Browse files Browse the repository at this point in the history
* Fix labeler gha

* Bump actions versions

* Revert to previous action SHAs.

* Update labeler config for new versions of actions.

* Update to new action versions.

* Fix typo

* Remove Rogue comment

* Update labeler.yml

* Test new config

* Test new config

* Restore config
  • Loading branch information
steelhead31 authored Mar 4, 2024
1 parent 3d98b8b commit 523d4f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@

# label_name:
# - path/to/file_or_folder

ghActions:
- .github/workflows/**/*
- changed-files:
- any-glob-to-any-file: [.github/*]
doc:
- docs/*
- '**/*.md'
- changed-files:
- any-glob-to-any-file: [docs/*, '**/*.md']
Vagrant:
- ansible/pbTestScripts/**/*
- ansible/vagrant/Vagrantfile*
- changed-files:
- any-glob-to-any-file: [ansible/pbTestScripts/**/*, ansible/vagrant/Vagrantfile*]
pbTests:
- ansible/pbTestScripts/**/*
- changed-files:
- any-glob-to-any-file: [ansible/pbTestScripts/**/*]
docker:
- ansible/docker/Dockerfile*
- changed-files:
- any-glob-to-any-file: [ansible/docker/Dockerfile*]
ansible:
- ansible/playbooks/**/*
- ansible/plugins/**/*
- ansible/inventory.yml
- ansible/ansible.cfg
- changed-files:
- any-glob-to-any-file: [ansible/playbooks/**/*, ansible/plugins/**/*, ansible/inventory.yml, ansible/ansible.cfg]
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request_target:
issues:
issue_comment:

jobs:
triage:
permissions:
Expand Down

0 comments on commit 523d4f7

Please sign in to comment.