We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85d286 commit 34a934bCopy full SHA for 34a934b
1 file changed
.github/workflows/copy_labels.yml
@@ -0,0 +1,18 @@
1
+name: Copy labels from issue to pull request
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened]
6
7
+jobs:
8
+ copy-labels:
9
+ runs-on: ubuntu-latest
10
+ name: Copy labels from linked issues
11
+ steps:
12
+ - name: copy-labels
13
+ uses: michalvankodev/copy-issue-labels@v1.3.0
14
+ with:
15
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
16
+ labels-to-exclude: |
17
+ Size
18
+ Original Size
0 commit comments