Skip to content

Error: 'What to Test?' 'Distribute to External Testers #84

Error: 'What to Test?' 'Distribute to External Testers

Error: 'What to Test?' 'Distribute to External Testers #84

Workflow file for this run

name: Assign triage label to new tickets and add to project board
on:
issues:
types: [opened]
jobs:
assignTriagenAndAddToProject:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v1
- name: "Add triage label"
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: triage
- name: "Assign issues to project board"
uses: srggrs/[email protected]
with:
project: 'https://github.com/orgs/microsoft/projects/48'
column_name: 'Backlog'