mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Switching to github.event.number as issue.number not always work (#46018)
This commit is contained in:
parent
18cbfba596
commit
fd644c48ac
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@ -13,7 +13,7 @@ on:
|
|||||||
- milestoned
|
- milestoned
|
||||||
- demilestoned
|
- demilestoned
|
||||||
concurrency:
|
concurrency:
|
||||||
group: pr-checks-${{ github.event.issue.number }}
|
group: pr-checks-${{ github.event.number }}
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
2
.github/workflows/pr-commands-closed.yml
vendored
2
.github/workflows/pr-commands-closed.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
concurrency:
|
concurrency:
|
||||||
group: pr-commands-closed-${{ github.event.issue.number }}
|
group: pr-commands-closed-${{ github.event.number }}
|
||||||
jobs:
|
jobs:
|
||||||
close_job:
|
close_job:
|
||||||
# this job will only run if the PR has been closed without being merged
|
# this job will only run if the PR has been closed without being merged
|
||||||
|
2
.github/workflows/pr-commands.yml
vendored
2
.github/workflows/pr-commands.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
concurrency:
|
concurrency:
|
||||||
group: pr-commands-${{ github.event.issue.number }}
|
group: pr-commands-${{ github.event.number }}
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user