You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/help-support/issue-triage/issue-triage-automation.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -633,6 +633,32 @@ Add a label for the AVM Core Team to query called <mark style="background-
633
633
634
634
---
635
635
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
+
636
662
## Where to apply these rules?
637
663
638
664
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.
0 commit comments