-
Notifications
You must be signed in to change notification settings - Fork 60k
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
Fix tests for Actions AllowList #180
Conversation
Aha I just noticed the same thing #186 🤦 will close mine |
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.
small typo
Co-authored-by: Tom Jenkinson <[email protected]>
Those failing tests are expected! https://github.com/github/docs/pull/180/checks?check_run_id=1222424377#step:9:47 I will commit a fix to update the allow list soon. cc @rachmari |
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.
LGTM, thanks for the fix @zeke (and @tjenkinson)! ✨
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you haven't already, you can add yourself to the list of contributors by creating a new comment in this PR using these instructions. Thanks again! ✨ |
…ub#180) * Cleaned up left nav entries and tutorials pages for consistency * Cleaned up left nav entries and tutorials pages for consistency
Earlier today we got a pull request to automerge dependabot PRs: #177 (Thanks @tjenkinson ✨ )
This PR introduced a new Actions workflow that uses a GitHub Action tjenkinson/gh-action-auto-merge-dependency-updates that we are not already using in the codebase. I recently added an automated test to catch these scenarios, but my test didn't catch this new Action.
This PR updates the logic in that test to make sure that:
cc @github/docs-engineering