Merge branch 'stoatchat:main' into dev
This commit is contained in:
commit
457f2e5b21
2 changed files with 7 additions and 1 deletions
3
.github/workflows/release-webhook.yml
vendored
3
.github/workflows/release-webhook.yml
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
# DO NOT EDIT DIRECTLY IN REPOSITORY
|
||||||
|
# Managed in Terraform templates
|
||||||
|
|
||||||
name: Release Webhook
|
name: Release Webhook
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
5
.github/workflows/validate-pr-title.yml
vendored
5
.github/workflows/validate-pr-title.yml
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
# DO NOT EDIT DIRECTLY IN REPOSITORY
|
||||||
|
# Managed in Terraform templates
|
||||||
|
|
||||||
name: "Lint PR"
|
name: "Lint PR"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
@ -15,6 +18,6 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
steps:
|
steps:
|
||||||
- uses: amannn/action-semantic-pull-request@v6
|
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Loading…
Add table
Reference in a new issue