Skip to content

Commit

Permalink
Added action - to add tickets to the team's planning board (#387)
Browse files Browse the repository at this point in the history
* Added action - ABTT

* Resolved comments
  • Loading branch information
Anatoly Bolshakov authored Aug 30, 2021
1 parent 2dbd6ff commit d49e19c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/autoAssignABTT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Area: tfx-cli
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 d49e19c

Please sign in to comment.