Skip to content

Commit 9dd700b

Browse files
author
Maxim Zaytsev
authored
Update workflow (#352)
1 parent df510b7 commit 9dd700b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/autoAssignABTT.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Auto Assign ABTT to Project Board
22

33
on:
44
issues:
5-
types: [opened]
6-
env:
7-
MY_GITHUB_TOKEN: ${{ secrets.ABTT_TOKEN }}
5+
types:
6+
- opened
87

98
jobs:
109
assign_one_project:
@@ -18,8 +17,9 @@ jobs:
1817
labels: |
1918
Area: RestClient
2019
triage
20+
2121
- name: "Assign issues with 'Area: ABTT' label to project board"
22-
uses: srggrs/assign-one-project[email protected]
22+
uses: actions/add-to-project@v0.4.1
2323
with:
24-
project: 'https://github.com/orgs/microsoft/projects/48'
25-
column_name: 'Backlog'
24+
project-url: https://github.com/orgs/microsoft/projects/755
25+
github-token: ${{ secrets.ABTT_TOKEN }}

0 commit comments

Comments
 (0)