Skip to content

feat(issue): add statuscategorychangedate #124

feat(issue): add statuscategorychangedate

feat(issue): add statuscategorychangedate #124

Workflow file for this run

name: Label pull requests
on:
pull_request:
workflow_dispatch:
# limit permissions
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"