Skip to content

📝: rnSpoilerTagをv2023.9.0に変更 #9000

📝: rnSpoilerTagをv2023.9.0に変更

📝: rnSpoilerTagをv2023.9.0に変更 #9000

Workflow file for this run

name: Triage
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
jobs:
triage:
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md
runs-on: ubuntu-22.04
steps:
- name: Label according to modified files
# https://github.com/marketplace/actions/labeler
uses: actions/labeler@master
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
# Default is '.github/labeler.yml', but we use 'yaml' as an extension of YAML files.
configuration-path: .github/labeler.yaml
# Remove labels when matching files are reverted or no longer changed by the PR
sync-labels: true