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@b0f24e8652f16600c4aa1cc97f4141242404c7ad
uses: microsoft/go-infra/.github/workflows/classify-pull-request.yml@07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb
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@b0f24e8652f16600c4aa1cc97f4141242404c7ad
uses: microsoft/go-infra/.github/workflows/classify-pull-request-kind.lock.yml@07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb
secrets: inherit
permissions:
actions: read
Expand Down
Loading