Skip to content

feat!: remove deprecated inputs - #213

Merged
parkerbxyz merged 6 commits into
mainfrom
remove-deprecated-inputs
Apr 3, 2025
Merged

feat!: remove deprecated inputs#213
parkerbxyz merged 6 commits into
mainfrom
remove-deprecated-inputs

Conversation

@parkerbxyz

@parkerbxyzparkerbxyz commented Mar 20, 2025

Copy link
Copy Markdown
Contributor

BREAKING CHANGE: Removed deprecated inputs (app_id, private_key, skip_token_revoke) and made app-id and private-key required in the action configuration.

Updates to required fields and removal of deprecated inputs:

  • action.yml: Made app-id and private-key required and removed the deprecated app_id and private_key inputs.
  • main.js: Updated the code to only use app-id and private-key inputs, removing the fallback to deprecated inputs.
  • Removed the deprecated skip_token_revoke input.

Test file updates:

@parkerbxyzparkerbxyz self-assigned this Mar 20, 2025
@parkerbxyz
parkerbxyz requested a review from a team as a code ownerMarch 20, 2025 05:44
@parkerbxyz
parkerbxyz marked this pull request as draft March 20, 2025 05:45
@parkerbxyzparkerbxyz added this to the v2 milestone Mar 20, 2025
Comment threadaction.yml
@parkerbxyz
parkerbxyzforce-pushed the remove-deprecated-inputs branch from 096bd76 to dd64f6eCompareApril 3, 2025 18:49
@parkerbxyz
parkerbxyz marked this pull request as ready for review April 3, 2025 18:59
gr2m
gr2m approved these changes Apr 3, 2025
@parkerbxyz
parkerbxyz merged commit 5cc811b into mainApr 3, 2025
@parkerbxyz
parkerbxyz deleted the remove-deprecated-inputs branch April 3, 2025 19:10
create-app-token-action-releaserBot pushed a commit that referenced this pull request Apr 3, 2025
# [2.0.0](v1.12.0...v2.0.0) (2025-04-03)
* feat!: remove deprecated inputs ([#213](#213)) ([5cc811b](5cc811b))
### BREAKING CHANGES
* Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration.
@create-app-token-action-releaser

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@parkerbxyz@gr2m@Yang-33