chore: Update release configuration files to correctly use conventional-commits (#1755)

This commit is contained in:
Bryant Biggs
2022-01-10 04:22:56 -05:00
committed by GitHub
parent a5bf9429bd
commit a1d28a721a
3 changed files with 28 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
name: "Validate PR title"
name: 'Validate PR title'
on:
pull_request_target:

View File

@@ -16,6 +16,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
# Skip running release workflow on forks
if: github.repository_owner == 'terraform-aws-modules'
steps:
- name: Checkout
uses: actions/checkout@v2

View File

@@ -1,7 +1,7 @@
name: "Mark or close stale issues and PRs"
name: 'Mark or close stale issues and PRs'
on:
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'
jobs:
stale: