Skip to content

Commit

Permalink
ci: allow to pass parameters together with rhel-only note
Browse files Browse the repository at this point in the history
Supported parameters:

* feature - for feature related commits (cross-version)
* bugfix - for bugfix related commits (cross-version)
* doc - for documentation related commits (usually version specific)
* workaround - for workaround related commits (usually version specific)
* ci - for CI related commits (version specific)
* test - for test related commits (version specific)
* other - for commits that do not fit into any of the above categories or use just `rhel-only`

rhel-only: ci

Related: RHEL-36636
  • Loading branch information
jamacku authored and github-actions[bot] committed Jun 25, 2024
1 parent a9f0361 commit 7f78b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/advanced-commit-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ policy:
- github: systemd/systemd
exception:
note:
- rhel-only
- RHEL-only
- 'rhel-only: (feature|bugfix|doc|workaround|ci|test|other)'
- 'RHEL-only: (feature|bugfix|doc|workaround|ci|test|other)'
tracker:
- keyword:
- 'Resolves: '
Expand Down

0 comments on commit 7f78b51

Please sign in to comment.