We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee9270 commit c0a2987Copy full SHA for c0a2987
.github/workflows/autoAssignABTT.yml
@@ -2,9 +2,8 @@ name: Auto Assign ABTT to Project Board
2
3
on:
4
issues:
5
- types: [opened]
6
-env:
7
- MY_GITHUB_TOKEN: ${{ secrets.ABTT_TOKEN }}
+ types:
+ - opened
8
9
jobs:
10
assign_one_project:
@@ -18,8 +17,9 @@ jobs:
18
17
labels: |
19
Area: tfx-cli
20
triage
+
21
- name: "Assign newly opened issues to project board"
22
- uses: srggrs/assign-one-project-github-action@1.2.0
+ uses: actions/add-to-project@v0.4.1
23
with:
24
- project: 'https://github.com/orgs/microsoft/projects/48'
25
- column_name: 'Backlog'
+ project-url: https://github.com/orgs/microsoft/projects/755
+ github-token: ${{ secrets.ABTT_TOKEN }}
0 commit comments