[BUG]: Upgrading to Node20, but linux agents not running now? node-migration: Node20 #6918
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Assign ABTT to Project Board | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
jobs: | |
assign_one_project: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
name: Assign to ABTT Project | |
steps: | |
- 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 }} | |
labeled: 'Area: ABTT' |