Skip to content

feat: add rephrasing prompts #57

feat: add rephrasing prompts

feat: add rephrasing prompts #57

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
issues:
types: [opened]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
pr-labeler:
if: github.event_name == 'pull_request_target'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/pr-labeler.yml
issue-labeler:
if: github.event_name == 'issues'
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue-labeler.yml
enable-versioned-regex: 0