Skip to content

Commit ba543ed

Browse files
authored
[ISSUE #1332]🔨Update Github Actions CI (#1333)
1 parent 6284f3e commit ba543ed

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/remove-label-on-approve.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Checkout code
15-
uses: actions/checkout@v4
16-
1714
- name: Remove multiple labels using github-script
1815
uses: actions/github-script@v7
1916
with:

.github/workflows/sync-issue-labels.yml

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
# Checkout the repository
13-
- name: Checkout Repository
14-
uses: actions/checkout@v4
15-
16-
# Sync labels from the linked issue to the PR
1712
- name: Sync Labels from Linked Issue
1813
uses: actions/github-script@v7
1914
with:

0 commit comments

Comments
 (0)