Skip to content

Commit dc66374

Browse files
committed
chore(pulumi): auto-applied workflow
this file was auto-applied from pulumi located here: - https://github.com/octodns-infomaniak/.github Signed-off-by: Ludovic Ortega <[email protected]>
1 parent 0b3993f commit dc66374

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/lint_pr.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# THIS FILE IS GENERATED! DO NOT EDIT! Maintained by Pulumi
2+
name: Lint PR
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
- reopened
10+
permissions:
11+
pull-requests: read
12+
jobs:
13+
lint_pr:
14+
name: Validate PR title
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: amannn/action-semantic-pull-request@v5
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)