Skip to content

Commit 88c0572

Browse files
committed
merge group permissions wip
1 parent bbf071d commit 88c0572

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

playbooks/templates/.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
1010
push:
1111
branches:
1212
- main
13+
merge_group:
1314
workflow_dispatch:
1415
permissions:
1516
contents: read

playbooks/templates/.github/workflows/ansible-managed-var-comment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
1010
push:
1111
branches:
1212
- main
13+
merge_group:
1314
workflow_dispatch:
1415
permissions:
1516
contents: read

playbooks/templates/.github/workflows/ansible-plugin-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
1010
push:
1111
branches:
1212
- main
13+
merge_group:
1314
workflow_dispatch:
1415
permissions:
1516
contents: read

playbooks/templates/.github/workflows/ansible-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
1010
push:
1111
branches:
1212
- main
13+
merge_group:
1314
workflow_dispatch:
1415
env:
1516
LSR_ROLE2COLL_NAMESPACE: {{ lsr_namespace }}

playbooks/templates/.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on: # yamllint disable-line rule:truthy
1212
- checks_requested
1313
schedule:
1414
{{ github_actions.codeql.schedule | to_nice_yaml(indent=2) | indent(width=4, first=true) -}}
15+
workflow_dispatch:
1516
jobs:
1617
analyze:
1718
name: Analyze

playbooks/templates/.github/workflows/markdownlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
push:
1212
branches:
1313
- main
14+
merge_group:
1415
workflow_dispatch:
1516
permissions:
1617
contents: read

playbooks/templates/.github/workflows/python-unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
push:
1212
branches:
1313
- main
14+
merge_group:
1415
workflow_dispatch:
1516
permissions:
1617
contents: read

0 commit comments

Comments
 (0)