A reusable GitHub Action for tracking project activity in a central issue.
- Set
TRACKING_ISSUE_NUMBERin Settings > Secrets and variables > Variables - Add this to your workflow:
jobs:
track:
uses: bniladridas/tracking-workflow/.github/workflows/tracking.yml@mainjobs:
track:
uses: bniladridas/tracking-workflow/.github/workflows/tracking.yml@main
with:
tracking_issue_number: 113- Triggers when issues or PRs are opened, closed, or reopened
- Posts an automated comment to the tracking issue with:
- Type (Issue or PR)
- Number and title
- Status and action
- Date created
The input parameter takes priority over the variable if both are set.