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:
@@ -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 }}
|
||||
Reference in New Issue
Block a user