-
Notifications
You must be signed in to change notification settings - Fork 61k
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 and improve example workflow #36383
Comments
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Hi @rufer7 👋🏻 Many thanks for taking the time to open this issue and the accompanying pull request ✨ I particularly appreciate the very clear description of what you want to update. It's also great to know that you found the article useful. I'm going to triage this for an SME review because we'll want to test your changes. |
Thanks for opening an issue! We've triaged this issue for technical review by a subject matter expert 👀 |
@felicitymay you're welcome. Happy to contribute. I also blogged about it: https://blog.rufer.be/2025/02/20/howto-identify-and-remind-inactive-github-copilot-users/ |
@rufer7 Thank you for making a contribution and working through any bugs you found on the workflow ✨ The updates look great, especially the support for null last_activity_at. I've approved your PR and gone ahead and merged it in ✅ |
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/enterprise-cloud@latest/copilot/rolling-out-github-copilot-at-scale/reminding-inactive-users
What part(s) of the article would you like to see updated?
This week I discovered this great new article about
Reminding inactive users to use their GitHub Copilot license
. Thanks a lot for providing this!While trying to get the example workflow up and running, I noticed a few things that could be improved.
GITHUB_TOKEN
$ORGANIZATION_VAR
is not defined (gh: Not Found (HTTP 404) -> $ORGANIZATION_VAR
) - to be replaced with${{ github.repository_owner }}
last_activity_at
set tonull
(date: invalid date ‘null’
)GITHUB_TOKEN: ${{ github.token }}
did not workI'll create a pull request asap with the fixes and improvements.
Additional information
See https://blog.rufer.be/2025/02/20/howto-identify-and-remind-inactive-github-copilot-users/
The text was updated successfully, but these errors were encountered: