Skip to content

Commit 25cf426

Browse files
authored
Create issues.yml
1 parent f3eb75f commit 25cf426

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/main.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
on:
2+
issues:
3+
types:
4+
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
5+
6+
jobs:
7+
alert:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: danhellem/[email protected]
11+
env:
12+
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN_COREFLUXPROD }}"
13+
github_token: "${{ secrets.GITHUB_TOKEN }}"
14+
ado_organization: "CorefluxProd"
15+
ado_project: "BrokerAndHub"
16+
ado_wit: "User Story"
17+
ado_new_state: "New"
18+
ado_active_state: "Active"
19+
ado_close_state: "Closed"
20+
ado_bypassrules: true

0 commit comments

Comments
 (0)