Skip to content

Release#800

Merged
boomzero merged 35 commits intomasterfrom
dev
May 4, 2025
Merged

Release#800
boomzero merged 35 commits intomasterfrom
dev

Conversation

@boomzero
Copy link
Member

@boomzero boomzero commented May 3, 2025

This pull request includes updates to GitHub Actions workflows to use a newer version of the create-github-app-token action and updates the project version and changelog to reflect recent changes. Below is a summary of the most important changes:

Workflow Updates

  • Updated create-github-app-token action from v1 to v2 across multiple workflows for improved functionality and compatibility:
    • .github/workflows/AutoLabelIssue.yml
    • .github/workflows/AutoLablePR.yml
    • .github/workflows/Daily.yml
    • .github/workflows/Prerelease.yml
    • .github/workflows/Release.yml
    • .github/workflows/UpdateVersion.yml

Version and Changelog Updates

  • Updated the project version in package.json from 1.5.0 to 1.5.3 to reflect the latest changes.
  • Added entries for versions 1.5.1, 1.5.2, and 1.5.3 in Update.json, including details about each release:
    • 1.5.1: Removed ACM rankings.
    • 1.5.2: Cleared session cookie on logout for better security.
    • 1.5.3: Fixed a text error.

PythonSmall-Q and others added 30 commits October 2, 2024 15:39
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
sync: dev to extern-contrib
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@v1...v2)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
sync: dev to extern-contrib
Signed-off-by: zhouyiqing0304 <94766918+zhouyiqing0304@users.noreply.github.com>
Add a line to remove the PHPSESSID cookie when the user logs out, ensuring the session is properly terminated. This change enhances security by preventing potential session reuse.
Clear session cookie on logout for better security
sync: dev to extern-contrib
@hendragon-bot hendragon-bot bot added GitHub-related user-script This issue or pull request is related to the main user script labels May 3, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented May 3, 2025

Deploying xmoj-script-dev-channel with  Cloudflare Pages  Cloudflare Pages

Latest commit: d4731e2
Status: ✅  Deploy successful!
Preview URL: https://fd8b2748.xmoj-script-dev-channel.pages.dev

View logs

@boomzero
Copy link
Member Author

boomzero commented May 3, 2025

This is #800

@boomzero boomzero requested a review from Copilot May 3, 2025 14:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request upgrades the GitHub Actions workflows to use create-github-app-token v2 and updates the project version and changelog accordingly.

  • Upgraded create-github-app-token action from v1 to v2 in multiple workflows.
  • Updated the project version in package.json and added detailed changelog entries for versions 1.5.1, 1.5.2, and 1.5.3.

Reviewed Changes

Copilot reviewed 9 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/UpdateVersion.yml Updated the create-github-app-token action version from v1 to v2.
.github/workflows/Release.yml Updated the token generation action version to v2.
.github/workflows/Prerelease.yml Changed the action version to v2.
.github/workflows/Daily.yml Upgraded the token action from v1 to v2.
.github/workflows/AutoLablePR.yml Upgraded the token generation action to v2.
.github/workflows/AutoLabelIssue.yml Updated the token action version to v2.
Files not reviewed (2)
  • Update.json: Language not supported
  • package.json: Language not supported
Comments suppressed due to low confidence (6)

.github/workflows/UpdateVersion.yml:20

  • Ensure that using create-github-app-token v2 does not require additional parameters or modifications in the workflow compared to v1.
uses: actions/create-github-app-token@v2

.github/workflows/Release.yml:15

  • Verify that the v2 version of create-github-app-token integrates seamlessly with the current workflow configuration and secrets.
uses: actions/create-github-app-token@v2

.github/workflows/Prerelease.yml:16

  • Confirm that the v2 update does not introduce breaking changes in token generation within this workflow.
uses: actions/create-github-app-token@v2

.github/workflows/Daily.yml:15

  • Check that the parameters used with create-github-app-token remain valid with version v2 to avoid unexpected issues.
uses: actions/create-github-app-token@v2

.github/workflows/AutoLablePR.yml:16

  • Make sure that the migration to v2 in this workflow has been validated for correct token generation and usage.
uses: actions/create-github-app-token@v2

.github/workflows/AutoLabelIssue.yml:17

  • Ensure consistency in token generation behavior after the upgrade to v2 in this workflow.
uses: actions/create-github-app-token@v2

@boomzero boomzero merged commit e40b292 into master May 4, 2025
4 checks passed
@langningchen
Copy link
Member

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GitHub-related size/L user-script This issue or pull request is related to the main user script

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants