Skip to content

Commit

Permalink
Update autoAssignABTT.yml (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zaytsev committed Mar 15, 2023
1 parent ad2467b commit 55be4b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/autoAssignABTT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Auto Assign ABTT to Project Board

on:
issues:
types: [opened]
env:
MY_GITHUB_TOKEN: ${{ secrets.ABTT_TOKEN }}
types:
- opened

jobs:
assign_one_project:
Expand All @@ -18,8 +17,9 @@ jobs:
labels: |
Area: Agent
triage
- name: "Assign issues with 'Area: ABTT' label to project board"
uses: srggrs/assign-one-project-github-action@1.2.0
uses: actions/add-to-project@v0.4.1
with:
project: 'https://github.com/orgs/microsoft/projects/48'
column_name: 'Backlog'
project-url: https://github.com/orgs/microsoft/projects/755
github-token: ${{ secrets.ABTT_TOKEN }}

0 comments on commit 55be4b7

Please sign in to comment.