Skip to content

Commit ded2287

Browse files
committed
chore: cleanup
Signed-off-by: jmeridth <[email protected]>
1 parent cbb5723 commit ded2287

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/pr-title.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
## Reference: https://github.com/amannn/action-semantic-pull-request
22
---
33
name: "Lint PR Title"
4-
54
on:
65
workflow_call:
76
secrets:
87
github-token:
98
required: true
10-
119
jobs:
1210
main:
1311
permissions:

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ This is a placeholder repo for multiple GitHub Actions I use in my personal and
44

55
Check the permissions in each reusable workflow to ensure the GITHUB_TOKEN you pass from your calling workflow meets the required permissions.
66

7-
## Workflows
8-
9-
- [Release](.github/workflows/release.yml): Create a release with the tag name and release notes. There are few other options (keep release as draft, release image, etc.) that you can configure.
10-
- [PR Title](.github/workflows/pr-title.yml): Enforce PR title format. Utilizes [conventional commits](https://github.com/commitizen/conventional-commit-types/blob/master/index.json) format.
7+
[Workflows](.github/workflows)

0 commit comments

Comments
 (0)