Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

docs: add deprecation notice to readme #64

docs: add deprecation notice to readme

docs: add deprecation notice to readme #64

Workflow file for this run

name: Semantic PR helper
on:
pull_request:
types: [opened, reopened, edited, synchronize, labeled]
permissions:
pull-requests: write # Write access needed to create a comment.
jobs:
pr-help:
name: Semantic PR helper
runs-on: ubuntu-latest
steps:
- name: Semantic PR helper
uses: levibostian/action-semantic-pr@v3
with:
readToken: ${{ secrets.GITHUB_TOKEN }}