-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add FOC-WG PR notifier #5
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
base: master
Are you sure you want to change the base?
Conversation
feat: add FOC-WG PR notifier
feat: make Slack message more compact
BigLep
left a comment
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.
Conceptually this seem good/right to me. Ii think just update based on formatting feedback we get, but others is good to me.
README.md
Outdated
| - Click "Run workflow" button | ||
|
|
||
| **Prerequisites:** | ||
| - GitHub PAT with `read:project` organization permission (stored as `FOC_WG_NOTIFIER_PAT` secret) |
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.
Maybe add a note about who/how this was done?
- @rjan90 did this on 2026-01-07 using FilOzzy PAT
README.md
Outdated
|
|
||
| **Prerequisites:** | ||
| - GitHub PAT with `read:project` organization permission (stored as `FOC_WG_NOTIFIER_PAT` secret) | ||
| - Slack incoming webhook URL for `#foc-wg` channel (stored as `SLACK_WEBHOOK_URL` secret) |
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.
Similar to above, maybe add who/when this was done?
Co-authored-by: Steve Loeppky <[email protected]>
Co-authored-by: Steve Loeppky <[email protected]>
- Add hyperlinks - Add comments directly to foc-wg-pr-notifier.yml
Closes #4
This is what has been currently implemented:
foc_wg_pr_notifier.py — Python script that:
.github/workflows/foc-wg-pr-notifier.yml — GitHub Actions workflow:
Tested locally with dry-run and live posting in Slack here: https://filecoinproject.slack.com/archives/C07CGTXHHT4/p1767788087998519. Awaiting feedback from others on format/frequency/usefulness of the text/message before progressing further