Skip to content

Feature/scrool to top #93

Feature/scrool to top

Feature/scrool to top #93

Workflow file for this run

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