Skip to content

Commit

Permalink
chore(ci): added semantic-issue-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
hwakabh committed Jan 19, 2025
1 parent 78f855f commit 08200fe
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/semantic-issue-action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Semantic Issue Title

on:
issues:
types:
- opened
- edited
- reopened
workflow_dispatch:

permissions:
issues: write
contents: read

jobs:
semantic-issue:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check Issue Title
uses: hwakabh/semantic-issue-action@v0.3.0
with:
repo: 'hwakabh/random-travelers'
token: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/hwakabh/semantic-issue-action

0 comments on commit 08200fe

Please sign in to comment.