Skip to content

Commit

Permalink
[ISSUE #1332]🔨Update Github Actions CI (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Nov 26, 2024
1 parent 6284f3e commit ba543ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/remove-label-on-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Remove multiple labels using github-script
uses: actions/github-script@v7
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/sync-issue-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
runs-on: ubuntu-latest

steps:
# Checkout the repository
- name: Checkout Repository
uses: actions/checkout@v4

# Sync labels from the linked issue to the PR
- name: Sync Labels from Linked Issue
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit ba543ed

Please sign in to comment.