Skip to content

Commit

Permalink
Update workflow (#17901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Zaytsev authored Mar 15, 2023
1 parent 3a7507a commit 56019c9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/autoAssignABTT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ name: Auto Assign ABTT to Project Board

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

jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to ABTT Project
steps:
- name: "Assign issues with 'Area: ABTT' label to project board"
uses: srggrs/[email protected]
if: |
contains(github.event.issue.labels.*.name, 'Area: ABTT')
uses: actions/[email protected]
with:
project: 'https://github.com/orgs/microsoft/projects/48'
column_name: 'Ready for work (ordered by priority)'
project-url: https://github.com/orgs/microsoft/projects/755
github-token: ${{ secrets.ABTT_TOKEN }}
labeled: 'Area: ABTT'

0 comments on commit 56019c9

Please sign in to comment.