-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
chore: Updates to Check-Spelling Configuration #702
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@check-spelling-bot apply updates |
@check-spelling-bot: Could not perform request. Apply failed. /home/runner/work/_actions/check-spelling/check-spelling/prerelease/apply.pl: GitHub Run may not have completed. If so, please wait for it to finish and try again. See log for details. |
This comment has been minimized.
This comment has been minimized.
Update for https://github.com/GoogleCloudPlatform/generative-ai/actions/runs/9210774707/attempts/2 Accepted in #702 (comment) Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com> on-behalf-of: @check-spelling <check-spelling-bot@check-spelling.dev>
⌛ check-spelling changes appliedAs configured, the commit pushed by @check-spelling-bot to GitHub doesn't trigger GitHub workflows due to a limitation of the @github-actions system. Users with the Admin role can address this for future interactions 🪄Create a deploy key and secret(
set -e
brand=check-spelling; repo='GoogleCloudPlatform/generative-ai'; SECRET_NAME=CHECK_SPELLING
cd "$(mktemp -d)"
ssh-keygen -f "./$brand" -q -N "" -C "$brand key for $repo"
gh repo deploy-key add "./$brand.pub" -R "$repo" -w -t "$brand-talk-to-bot"
gh secret -R "$repo" set "$SECRET_NAME" < "./$brand"
) Configure update job in workflow to use secretIf the name: Update PR
...
steps:
...
- name: apply spelling updates
uses: ${action_ref:-check-spelling/check-spelling@...}
with:
checkout: true
+ ssh_key: "${{ secrets.CHECK_SPELLING }}" To trigger another validation round and hopefully a ✅, please add a blank line, e.g. to .github/actions/spelling/expect.txt and commit the change. |
@check-spelling-bot apply updates. |
@check-spelling-bot: Could not perform request. Request did not change repository content. Maybe someone already applied these changes? See log for details. |
88c129d
to
237d5c3
Compare
Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com> Co-authored-by: Holt Skinner <holtskinner@users.noreply.github.com>
Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com> Co-authored-by: Holt Skinner <holtskinner@users.noreply.github.com>
No description provided.