Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/classify-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
classify-size-area:
uses: microsoft/go-infra/.github/workflows/classify-pull-request.yml@93611d0283cba49060cb54f66aabcfeeb8a3cb74
uses: microsoft/go-infra/.github/workflows/classify-pull-request.yml@2c2bd432cdd9861f0c12f7d07c4fabe06cc36f6a
permissions:
contents: read
issues: write
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
classify-kind:
if: github.event_name != 'workflow_dispatch' || github.event.inputs.pr-number != '0'
needs: classify-size-area
uses: microsoft/go-infra/.github/workflows/classify-pull-request-kind.lock.yml@93611d0283cba49060cb54f66aabcfeeb8a3cb74
uses: microsoft/go-infra/.github/workflows/classify-pull-request-kind.lock.yml@2c2bd432cdd9861f0c12f7d07c4fabe06cc36f6a
secrets: inherit
permissions:
actions: read
Expand Down
Loading