Skip to content

Update feedback-provide-microsoft.md #1

Update feedback-provide-microsoft.md

Update feedback-provide-microsoft.md #1

Workflow file for this run

name: Auto label and assign pull requests
permissions:
pull-requests: write
contents: read
on: [pull_request]
jobs:
auto-label-assign:
uses: MicrosoftDocs/OfficeDocs-NotInBuild-pr/.github/workflows/AutoLabelAssign.yml@main

Check failure on line 12 in .github/workflows/AutoLabelAssign.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/AutoLabelAssign.yml

Invalid workflow file

error parsing called workflow ".github/workflows/AutoLabelAssign.yml" -> "MicrosoftDocs/OfficeDocs-NotInBuild-pr/.github/workflows/AutoLabelAssign.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
PayloadJson: ${{ toJSON(github) }}
AutoAssignUsers: 1
AutoLabel: 1
ExcludedUserList: '["user1", "user2"]'
ExcludedBranchList: '["branch1", "branch2"]'
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}