1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 13:03:34 +08:00
Files
osu-lazer/.github/workflows/pull-request-copy-labels.yml
T
2026-03-03 17:24:29 +09:00

21 lines
393 B
YAML

name: Copy labels from linked issues
on:
pull_request:
types: [opened]
permissions:
issues: write
pull-requests: write
contents: read
jobs:
copy-labels:
runs-on: ubuntu-latest
name: Copy labels from linked issues
steps:
- name: Copy labels
uses: michalvankodev/copy-issue-labels@v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}