Find-Match crashes if Onedrive synced file is missing on harddisk - Find-Match : Cannot convert value "4199968" to type "VstsTaskSdk.FS.Attributes" due to enumeration values that are not valid. Specify one of the following enumeration values and try again. #59
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 | |
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: TaskLib | |
triage | |
- name: "Assign newly opened issues to project board" | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/microsoft/projects/755 | |
github-token: ${{ secrets.ABTT_TOKEN }} |