Skip to content

Commit

Permalink
Cleanup: Remove unnecessary GitHub workflows and update linter Node.j…
Browse files Browse the repository at this point in the history
…s version (ohcnetwork#10342)
  • Loading branch information
rithviknishad authored Jan 31, 2025
1 parent b6ea55d commit 6f77a69
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 220 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/auto-testing-label.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/combine.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/comment-p1-issues.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/label-deploy-failed.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/label-merge-conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
wait_ms: 15000
detect_merge_changes: false
conflict_comment: |
:wave: Hi, @${author},
Conflicts have been detected against the base branch. Please rebase your branch against the base branch.
cc: @${author}
> _See: https://docs.ohc.network/docs/contributing#how-to-resolve-merge-conflicts_
54 changes: 0 additions & 54 deletions .github/workflows/label-wip.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- develop
- master
merge_group:

jobs:
Expand All @@ -22,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 6f77a69

Please sign in to comment.