Skip to content

Commit

Permalink
🌱 Add PR template with icons & verify job (#205)
Browse files Browse the repository at this point in the history
Add PR template with icons & verify job

Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
  • Loading branch information
ncdc committed Nov 1, 2023
1 parent 7dcfe53 commit d045658
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ":seedling:"
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!--
Please prefix the title of this PR with one of the following icons:
* ⚠ (:warning:, major/breaking change)
* ✨ (:sparkles:, minor/compatible change)
* πŸ› (:bug:, patch/bug fix)
* πŸ“– (:book:, docs)
* 🌱 (:seedling:, other)
-->
13 changes: 13 additions & 0 deletions .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]

jobs:
pr-title:
runs-on: ubuntu-latest
name: Verify PR title
steps:
- name: Verify PR title
uses: kubernetes-sigs/kubebuilder-release-tools@v0.4.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d045658

Please sign in to comment.