mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Merge pull request #11643 from john-westcott-iv/github_meta_changes
GitHub meta changes
This commit is contained in:
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@@ -16,7 +16,7 @@ https://www.ansible.com/security
|
|||||||
<!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: -->
|
<!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: -->
|
||||||
- API
|
- API
|
||||||
- UI
|
- UI
|
||||||
- Installer
|
- Collection
|
||||||
|
|
||||||
##### SUMMARY
|
##### SUMMARY
|
||||||
<!-- Briefly describe the problem. -->
|
<!-- Briefly describe the problem. -->
|
||||||
|
|||||||
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -25,6 +25,7 @@ the change does.
|
|||||||
<!--- Name of the module/plugin/module/task -->
|
<!--- Name of the module/plugin/module/task -->
|
||||||
- API
|
- API
|
||||||
- UI
|
- UI
|
||||||
|
- Collection
|
||||||
|
|
||||||
##### AWX VERSION
|
##### AWX VERSION
|
||||||
<!--- Paste verbatim output from `make VERSION` between quotes below -->
|
<!--- Paste verbatim output from `make VERSION` between quotes below -->
|
||||||
|
|||||||
2
.github/issue_labeler.yml
vendored
Normal file
2
.github/issue_labeler.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
needs_triage:
|
||||||
|
- '.*'
|
||||||
21
.github/workflows/triage_new.yml
vendored
Normal file
21
.github/workflows/triage_new.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Triage
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Label
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Label issues
|
||||||
|
uses: github/issue-labeler@v2.4.1
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
not-before: 2021-12-07T07:00:00Z
|
||||||
|
configuration-path: .github/issue_labeler.yml
|
||||||
|
enable-versioned-regex: 0
|
||||||
|
if: github.event_name == 'issues'
|
||||||
Reference in New Issue
Block a user