Skip to content

Commit 46d00b8

Browse files
authored
feat: add PR automation comment for PRs that will trigger all workflows to docs (#2185)
1 parent ce58ef7 commit 46d00b8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/content/help-support/issue-triage/issue-triage-automation.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,32 @@ Add a label for the AVM Core Team to query called &nbsp;<mark style="background-
633633

634634
---
635635

636+
### ITA27
637+
638+
Add a comment to a PR that modifies these files based on the regex pattern, advising to disable GitHub Actions prior to merging:
639+
640+
- ".github/actions/templates/avm-**"
641+
- ".github/workflows/avm.template.module.yml"
642+
- "utilities/pipelines/**"
643+
- "!utilities/pipelines/platform/**"
644+
645+
646+
**Trigger criteria:**
647+
648+
- A comment is added to an PR that modifies these files (above)
649+
650+
**Action(s):**
651+
652+
- A comment is added to an PR that modifies these files as per below
653+
654+
```txt
655+
[!WARNING]
656+
**FAO: AVM Core Team**
657+
When merging this PR it will trigger **all** AVM modules to be triggered! Please consider disabling the GitHub actions prior to merging and then re-enable once merged.
658+
```
659+
660+
---
661+
636662
## Where to apply these rules?
637663

638664
The below table details which repositories the above rules are applied to.
@@ -680,3 +706,4 @@ The ITA05 rule is currently disabled in the AVM and BRM repositories.
680706
| [ITA23](#ita23) | ✔️ | | ✔️ |
681707
| [ITA25](#ita25) | | ✔️ | |
682708
| [ITA26](#ita26) | ✔️ | | |
709+
| [ITA27](#ita27) | | ✔️ | |

0 commit comments

Comments
 (0)