We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6284f3e commit ba543edCopy full SHA for ba543ed
.github/workflows/remove-label-on-approve.yml
@@ -11,9 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - name: Checkout code
15
- uses: actions/checkout@v4
16
-
17
- name: Remove multiple labels using github-script
18
uses: actions/github-script@v7
19
with:
.github/workflows/sync-issue-labels.yml
@@ -9,11 +9,6 @@ jobs:
9
10
- # Checkout the repository
- - name: Checkout Repository
- # Sync labels from the linked issue to the PR
- name: Sync Labels from Linked Issue
0 commit comments