Skip to content

Commit

Permalink
Added Auto assign action (#765)
Browse files Browse the repository at this point in the history
* Added autoassign action

* Update .github/workflows/autoAssignABTT.yml

Co-authored-by: DaniilShmelev <[email protected]>

Co-authored-by: DaniilShmelev <[email protected]>
  • Loading branch information
Anatoly Bolshakov and DaniilShmelev authored May 26, 2021
1 parent c30cbb1 commit d1de663
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/autoAssignABTT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Auto Assign ABTT to Project Board

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

jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to ABTT Project
steps:
- name: "Add triage and area labels"
uses: actions-ecosystem/action-add-labels@v1
with:
labels: |
"Area: TaskLib"
triage
- name: "Assign newly opened issues to project board"
uses: srggrs/[email protected]
with:
project: 'https://github.com/orgs/microsoft/projects/48'
column_name: 'Backlog'

0 comments on commit d1de663

Please sign in to comment.