Skip to content
Closed

RIP #263

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/auto-comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request_target:
types: [ opened, synchronize ]
branches: [ main ]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
comment:
Expand All @@ -20,7 +22,7 @@ jobs:
- name: Create a comment
uses: actions/github-script@v7
with:
github-token: ${{ secrets.BOT_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { owner, repo, number: issue_number } = context.issue;

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
types:
- completed
status: { }
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
automerge:
runs-on: ubuntu-latest
Expand All @@ -20,7 +23,7 @@ jobs:
- name: automerge
uses: "pascalgn/automerge-action@v0.16.4"
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "approved,auto merge,!ready to review"
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "automatic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
types: [ opened, ready_for_review, reopened, synchronize ]
branches: [ main ]

env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
auto-request-review:
name: Auto Request Review
Expand All @@ -17,7 +20,7 @@ jobs:
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/auto-request-review@v0.13.0
with:
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/reviewers.yml # Config file location override
# Look for config locally during run instead of in repo
# For instance, if you'd like to use a config file stored in external storage,
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/github-actions-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- 'main'
- 'master'
workflow_dispatch:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

jobs:
deploy:
Expand Down
4 changes: 4 additions & 0 deletions RIP茕羊&柠檬小助手&Node.js-20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
柠檬小助手已死(token没有了,应该是被山羊删了)
Node.js 20要删了,把workflow修了一下
没有人审核代码了,把分配审核代码的workflow删了
RIP 茕羊
Loading