Skip to content

Looking for more details on task: IpaResign@1 #76

Looking for more details on task: IpaResign@1

Looking for more details on task: IpaResign@1 #76

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
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'