Skip to content

Commit

Permalink
ci: allow policy as rhel-only keyword
Browse files Browse the repository at this point in the history
rhel-only: ci

Related: RHEL-40924
  • Loading branch information
jamacku authored and github-actions[bot] committed Jul 16, 2024
1 parent f7c9289 commit 5d244e2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: (feature|bugfix|doc|workaround|ci|test|other)'
- 'RHEL-only: (feature|bugfix|doc|workaround|ci|test|other)'
- 'rhel-only: (feature|bugfix|policy|doc|workaround|ci|test|other)'
- 'RHEL-only: (feature|bugfix|policy|doc|workaround|ci|test|other)'
tracker:
- keyword:
- 'Resolves: '
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ If the change isn't upstream relevant or accepted by upstream, mark the commit w

- `feature` - for feature-related commits (cross-version)
- `bugfix` - for bugfix-related commits (cross-version)
- `policy` - for policy-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)
Expand Down

0 comments on commit 5d244e2

Please sign in to comment.