Skip to content

No jira: Implementing cache for auth divisions data source & removing Deprecation warnings #1094

No jira: Implementing cache for auth divisions data source & removing Deprecation warnings

No jira: Implementing cache for auth divisions data source & removing Deprecation warnings #1094

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
pull_request_target:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read # for TimonVS/pr-labeler-action to read config file
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
steps:
- uses: TimonVS/[email protected]
with:
configuration-path: .github/pr-labeler-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}