1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 21:40:56 +08:00

Add automation to copy labels from issue when PR is opened

https://github.com/marketplace/actions/copy-issue-labels
This commit is contained in:
Dean Herbert
2026-02-04 14:37:35 +09:00
Unverified
parent 85b8480e46
commit 892e34b1f8
@@ -0,0 +1,13 @@
on:
pull_request:
types: [opened]
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 }}