Sync .github/workflows directory with azure-sdk-tools repository (#5920)
This commit is contained in:
parent
244b4b5d51
commit
211b1fdb95
2
.github/workflows/event.yml
vendored
2
.github/workflows/event.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions)
|
pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions)
|
||||||
checks: read # to read check status (azure/azure-sdk-actions)
|
checks: read # to read check status (azure/azure-sdk-actions)
|
||||||
name: Handle ${{ github.event_name }} ${{ github.event.action }} event
|
name: Handle ${{ github.event_name }} ${{ github.event.action }} event
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest # This image is intentionally set to "latest", and not to a specific version
|
||||||
steps:
|
steps:
|
||||||
- uses: azure/azure-sdk-actions@main
|
- uses: azure/azure-sdk-actions@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user