-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update JamesIves/github-sponsors-readme-action action to v1.5.4 #10
base: master
Are you sure you want to change the base?
Update JamesIves/github-sponsors-readme-action action to v1.5.4 #10
Conversation
WalkthroughThe update modifies the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/insert-contributors.yml (1 hunks)
Files skipped from review due to trivial changes (1)
- .github/workflows/insert-contributors.yml
93de7bf
to
d5e3718
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/insert-contributors.yml (1 hunks)
Files skipped from review due to trivial changes (1)
- .github/workflows/insert-contributors.yml
d5e3718
to
6a51edb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/insert-contributors.yml (1 hunks)
Additional comments not posted (1)
.github/workflows/insert-contributors.yml (1)
17-17
: LGTM! Verify the workflow functionality.The action version has been updated from
1.0.5
tov1.4.2
, addressing a security vulnerability and including several updates. Ensure that the workflow continues to function as expected with the new version.Verification successful
Update verified successfully!
The workflow using the updated
JamesIves/github-sponsors-readme-action@v1.4.2
completed successfully in the last scheduled run. The HTTP 403 error encountered when attempting to manually dispatch the workflow is related to permissions and does not affect the functionality of the workflow.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the functionality of the updated GitHub action version in the workflow. # Test: Manually dispatch the workflow and check for successful completion. gh workflow run insert-contributors.yml gh run list --workflow=insert-contributors.yml --limit=1Length of output: 420
6a51edb
to
003db36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/insert-contributors.yml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- .github/workflows/insert-contributors.yml
003db36
to
3a0a274
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/insert-contributors.yml (1 hunks)
Additional comments not posted (1)
.github/workflows/insert-contributors.yml (1)
17-17
: LGTM! The update to the newer version of the action is a good change.The key benefits of updating to
v1.5.0
are:
- It includes a critical security fix for a markdown injection vulnerability that was addressed in the
v1.4.2
release.- It introduces a new feature in the
v1.4.0
release to display all sponsors, regardless of their active status, by setting theactive-only
input tofalse
. This feature is not being used in the current workflow, but it's good to have the option available for future use.- It includes various dependency updates and minor changes from earlier versions, which are generally good to have.
Please verify that the workflow runs successfully after the update by manually triggering it or waiting for the scheduled run on Sunday at 01:30. If there are any issues, please revert the change and investigate further.
3a0a274
to
3aa4720
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/insert-contributors.yml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- .github/workflows/insert-contributors.yml
3aa4720
to
7b0b8b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- .github/workflows/insert-contributors.yml (1 hunks)
🔇 Additional comments (2)
.github/workflows/insert-contributors.yml (2)
17-17
: LGTM! Version update looks good.The upgrade from 1.0.5 to v1.5.3 includes important bug fixes and new features.
19-19
: Verify token permissions for sponsor access.The action requires appropriate token permissions to access sponsor information. Ensure the provided token (BOT_TOKEN or GITHUB_TOKEN) has the necessary scopes to read sponsor data.
uses: JamesIves/github-sponsors-readme-action@v1.5.3 | ||
with: | ||
token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }} | ||
file: 'README.md' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Consider utilizing new features available in v1.5.3.
The new version introduces several useful features that could enhance your sponsors section:
- Display anonymized private sponsors with
include-private: true
- Show all sponsors regardless of status with
active-only: false
- Use
avatarUrl
in sponsorship templates
Consider adding these configurations if they align with your needs:
uses: JamesIves/github-sponsors-readme-action@v1.5.3
with:
token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }}
file: 'README.md'
+ include-private: true # Shows anonymized private sponsors
+ active-only: false # Shows all sponsors regardless of status
Committable suggestion was skipped due to low confidence.
7b0b8b0
to
e0a22a6
Compare
This PR contains the following updates:
1.0.5
->v1.5.4
Release Notes
JamesIves/github-sponsors-readme-action (JamesIves/github-sponsors-readme-action)
v1.5.4
Compare Source
What's Changed
Dependencies 🤖
.node-version
instead of.nvmrc
for Node dependency management.Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.5.4
v1.5.3
Compare Source
What's Changed
Bug Fixes 🐝
v1.5.2
Compare Source
What's Changed
New Features 🎉
v1.5.1
Compare Source
What's Changed
Bug Fixes 🐝
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.5.1
v1.5.0
Compare Source
What's Changed
New Features 🎉
feat: ✨ Adds ability to display anonymized private sponsors. Private sponsors will be displayed in the list, however any identifying information will be redacted. This can be useful if you want to display all sponsors, regardless of their privacy settings. To enable this feature, you can set
include-private
totrue
in your workflow.feat: ✨ Adds the ability to use
avatarUrl
in a sponsorship template. This is an exposed field from the GitHub API and typically matcheshttps://github.com/{username}.png
(unlessinclude-private
is set totrue
that is)All of the above features have been documented in the README 📖
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.5.0
v1.4.5
Compare Source
What's Changed
Bug Fixes 🐝
includePrivate
asfalse
in the GraphQL query to ensure that user privacy is always respected regardless of whatprivacyLevel
returns with due to potential difference in API versions.Dependencies 🤖
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.4.5
v1.4.4
Compare Source
What's Changed
Bug Fixes 🐝
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.4.4
v1.4.3
Compare Source
What's Changed
Bug Fixes 🐝
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.4.3
v1.4.2
Compare Source
What's Changed
Security 🔒
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.4.2
v1.4.1
Compare Source
What's Changed
Dependencies 🤖
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.4.1
v1.4.0
Compare Source
What's Changed
active-only: false
within thewith
parameters of the action. It will default totrue
, which is the current behavior of the action.Dependabot 🤖
Full Changelog: JamesIves/github-sponsors-readme-action@v1.3.1...v1.4.0
v1.3.1
Compare Source
What's Changed
tier
is optional to prevent a NPE for some users.Full Changelog: JamesIves/github-sponsors-readme-action@v1.3.0...v1.3.1
v1.3.0
Compare Source
What's Changed
sponsorship-status
output has been renamed tosponsorshipStatus
to comply with best practices. This has the potential to break some workflows, but it is unlikely as the way this variable was named previously makes it difficult to interface with. As such as this has not been marked as a breaking change, I apologize if this theory ends up being inaccurate.monthlyPriceInCents
is undefined, we set the value to0
.Dependencies 🤖
New Contributors
Full Changelog: JamesIves/github-sponsors-readme-action@v1.2.2...v1.3.0
v1.2.2
Compare Source
What's Changed
Changelog
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.2.2
v1.2.1
Compare Source
What's Changed
url
ifwebsiteUrl
is null by @robingenz in https://github.com/JamesIves/github-sponsors-readme-action/pull/448New Contributors
Sponsors ❤️
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.2.1
v1.2.0
Compare Source
What's Changed
Resolves an issue that occurs when organization accounts attempted to fetch sponsorships. This change may require personal access tokens to be re-scoped in some workflows. The new scopes required are read:user and read:org. The README has been updated to reflect this.
Added the ability to populate a template with a user's website url if they have one set on their profile. As this field is optional is has the possibility to be
null
.Bump eslint from 8.14.0 to 8.18.0 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/384
Bump @actions/core from 1.6.0 to 1.9.0 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/393
Bump nock from 13.2.4 to 13.2.8 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/399
Bump typescript from 4.6.4 to 4.7.4 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/383
Update README.md by @Jieiku in https://github.com/JamesIves/github-sponsors-readme-action/pull/418
Bump @types/mustache from 4.1.2 to 4.2.1 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/415
Bump nock from 13.2.8 to 13.2.9 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/419
Bump @types/node from 18.0.0 to 18.7.6 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/446
Bump eslint from 8.18.0 to 8.22.0 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/441
Bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/435
New Contributors
Sponsors ❤️
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.2.0
v1.1.0
Compare Source
Minor Changes
New Contributors
Sponsors ❤️
Full Changelog: JamesIves/github-sponsors-readme-action@v1...v1.1.0
v1.0.8
Compare Source
Minor Changes
JamesIves/github-sponsors-readme-action@v1
if you'd like to always have the most cutting edge changes outside of using the release branch directly.v1.0.7
Compare Source
Minor Changes
v1.0.6
Compare Source
Minor Changes
Commit Log
New Contributors
Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/commits/1.0.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.