Skip to content

Fix setting item labels of SlackReporter #109

Fix setting item labels of SlackReporter

Fix setting item labels of SlackReporter #109

Workflow file for this run

# Copyright (c) 2023 DeNA Co., Ltd.
# This software is released under the MIT License.
name: PR Labeler
on:
pull_request_target:
types: [ opened ]
# Do NOT check out, build, or run untrusted code from the pull request with this event.
permissions:
contents: read
pull-requests: write
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}