Skip to content

Commit

Permalink
Copy labels from issue to pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 13, 2025
1 parent f4380ea commit ab9d7ba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/copy_labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Copy labels from issue to pull request

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 }}

0 comments on commit ab9d7ba

Please sign in to comment.