Switching to github.event.number as issue.number not always work (#46018)
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
||||
- opened
|
||||
- synchronize
|
||||
concurrency:
|
||||
group: pr-commands-${{ github.event.issue.number }}
|
||||
group: pr-commands-${{ github.event.number }}
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user