mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Copied automation script for tagging new issues from the main AWS collection (#936)
This commit is contained in:
18
.github/workflows/label-new-issues.yaml
vendored
Normal file
18
.github/workflows/label-new-issues.yaml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: label new issues
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
add_label:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions-ecosystem/action-add-labels@v1
|
||||
with:
|
||||
labels: needs_triage
|
||||
Reference in New Issue
Block a user