Merge pull request #10552 from cli/jtmcg/update-triage-workflow
Add cli-discuss-automation environment to triage.md
This commit is contained in:
commit
af4acb3801
3 changed files with 4 additions and 0 deletions
1
.github/workflows/issueauto.yml
vendored
1
.github/workflows/issueauto.yml
vendored
|
|
@ -10,6 +10,7 @@ permissions:
|
|||
jobs:
|
||||
issue-auto:
|
||||
runs-on: ubuntu-latest
|
||||
environment: cli-automation
|
||||
steps:
|
||||
- name: label incoming issue
|
||||
env:
|
||||
|
|
|
|||
1
.github/workflows/prauto.yml
vendored
1
.github/workflows/prauto.yml
vendored
|
|
@ -11,6 +11,7 @@ permissions:
|
|||
jobs:
|
||||
pr-auto:
|
||||
runs-on: ubuntu-latest
|
||||
environment: cli-automation
|
||||
steps:
|
||||
- name: lint pr
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/triage.yml
vendored
2
.github/workflows/triage.yml
vendored
|
|
@ -11,6 +11,7 @@ env:
|
|||
TARGET_REPO: github/cli
|
||||
jobs:
|
||||
issue:
|
||||
environment: cli-discuss-automation
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'issues' && github.event.action == 'labeled' && github.event.label.name == 'discuss'
|
||||
steps:
|
||||
|
|
@ -42,6 +43,7 @@ jobs:
|
|||
|
||||
pull_request:
|
||||
runs-on: ubuntu-latest
|
||||
environment: cli-discuss-automation
|
||||
if: github.event_name == 'pull_request_target' && github.event.action == 'labeled' && github.event.label.name == 'discuss'
|
||||
steps:
|
||||
- name: Create issue based on source pull request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue