We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of now, the monthly roadmap workflow uses the previous GH Script based solution:
actions/.github/workflows/monthly_roadmap_reminder.yml
Line 37 in bb0f1c8
This issue tracks work to migrate to ESM and use this instead:
Need to follow Andrea's guidance on how to best install and call our code from Actions.
const github = new GitHub({token: PASS_TOKEN }) const report = MonthlyRoadmapReport({ github }) await report.create()
The text was updated successfully, but these errors were encountered:
dreamorosi
No branches or pull requests
As of now, the monthly roadmap workflow uses the previous GH Script based solution:
actions/.github/workflows/monthly_roadmap_reminder.yml
Line 37 in bb0f1c8
This issue tracks work to migrate to ESM and use this instead:
The text was updated successfully, but these errors were encountered: