Skip to content

[Question]: Node 16 will be EOL shortly - will Node 18 be supported soon? #417

[Question]: Node 16 will be EOL shortly - will Node 18 be supported soon?

[Question]: Node 16 will be EOL shortly - will Node 18 be supported soon? #417

name: Auto Assign ABTT to Project Board
on:
issues:
types:
- opened
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: Agent
triage
- name: "Assign issues with 'Area: ABTT' label to project board"
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/microsoft/projects/755
github-token: ${{ secrets.ABTT_TOKEN }}