mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-02 04:53:44 +00:00
feat(ci): add merge_group trigger
This commit is contained in:
1
.github/workflows/action-security.yml
vendored
1
.github/workflows/action-security.yml
vendored
@@ -11,6 +11,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- '**/action.yml'
|
- '**/action.yml'
|
||||||
- '**/action.yaml'
|
- '**/action.yaml'
|
||||||
|
merge_group:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
@@ -9,6 +9,7 @@ on:
|
|||||||
branches: ['main']
|
branches: ['main']
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * 0' # Run at 1:30 AM UTC every Sunday
|
- cron: '30 1 * * 0' # Run at 1:30 AM UTC every Sunday
|
||||||
|
merge_group:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
|
|||||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -12,7 +12,6 @@ on:
|
|||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/*.md'
|
- '.github/*.md'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -22,6 +21,7 @@ on:
|
|||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/*.md'
|
- '.github/*.md'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
|
merge_group:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Apply linter fixes configuration
|
# Apply linter fixes configuration
|
||||||
|
|||||||
1
.github/workflows/security.yml
vendored
1
.github/workflows/security.yml
vendored
@@ -17,6 +17,7 @@ on:
|
|||||||
- '**/*.py'
|
- '**/*.py'
|
||||||
- '**/*.js'
|
- '**/*.js'
|
||||||
- '**/*.ts'
|
- '**/*.ts'
|
||||||
|
merge_group:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
1
.github/workflows/sync-labels.yml
vendored
1
.github/workflows/sync-labels.yml
vendored
@@ -16,6 +16,7 @@ on:
|
|||||||
- cron: '34 5 * * *' # Run every day at 05:34 AM UTC
|
- cron: '34 5 * * *' # Run every day at 05:34 AM UTC
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user