mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 03:05:08 -06:00
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 - build(deps-dev): bump @types/node from 16.18.96 to 16.18.101 - build(deps-dev): bump ts-jest from 29.1.2 to 29.1.5 - build(deps-dev): bump @typescript-eslint/parser from 7.6.0 to 7.14.1 - build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.14.1 - build(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.6.0 - Dependabot/npm and yarn/eslint plugin jest 28.6.0 fixes
22 lines
585 B
YAML
22 lines
585 B
YAML
name: Add triaged bugs & tasks to project board
|
|
# https://github.com/actions/add-to-project
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- labeled
|
|
- unlabeled
|
|
|
|
permissions: {}
|
|
jobs:
|
|
add-to-project:
|
|
name: Add issue to project
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/add-to-project@v1.0.2
|
|
with:
|
|
project-url: https://github.com/orgs/microsoft/projects/159
|
|
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
|
labeled: Issue-Feature, Needs-Triage, Needs-Author-Feedback, Issue-Scenario
|
|
label-operator: NOT
|