diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2022-01-30 19:59:37 +0100 |
---|---|---|
committer | John Westcott IV <john.westcott.iv@redhat.com> | 2022-01-30 19:59:37 +0100 |
commit | 2d6192db755af1660e43d71bd6c405c0dfeafb35 (patch) | |
tree | d0334c7bc8b936b3359d6a4e6431ad05faee5b6e /.github/issue_labeler.yml | |
parent | Merge pull request #11614 from jbradberry/register_peers_warn_2cycles (diff) | |
download | awx-2d6192db755af1660e43d71bd6c405c0dfeafb35.tar.xz awx-2d6192db755af1660e43d71bd6c405c0dfeafb35.zip |
Adding triage label to any new issue
Diffstat (limited to '.github/issue_labeler.yml')
-rw-r--r-- | .github/issue_labeler.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/issue_labeler.yml b/.github/issue_labeler.yml new file mode 100644 index 0000000000..0821bc8fee --- /dev/null +++ b/.github/issue_labeler.yml @@ -0,0 +1,2 @@ +needs_triage: + - '.*' |