mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-27 19:07:19 +02:00
chore: Update release configuration files to correctly use conventional-commits (#1755)
This commit is contained in:
2
.github/workflows/pr-title.yml
vendored
2
.github/workflows/pr-title.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "Validate PR title"
|
||||
name: 'Validate PR title'
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/stale-actions.yaml
vendored
4
.github/workflows/stale-actions.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user