Skip to content

Update documentation for workflow separation - #238

Merged
chicco785 merged 2 commits into
test-workflow-callfrom
copilot/sub-pr-236-again
Jan 26, 2026
Merged

Update documentation for workflow separation#238
chicco785 merged 2 commits into
test-workflow-callfrom
copilot/sub-pr-236-again

Conversation

Copilot AI commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

Updated README.MD to reflect the separation of issue management from project management workflows introduced in commit 99c09e6.

Changes

  • Documented add-to-project.yaml: Handles project operations (adding issues/PRs to projects, assigning reviewers). Triggers: issues, pull_request, workflow_call

  • Documented manage-issues.yaml: New workflow for issue management with two jobs:

    • manage-stale-issues: Marks unplanned issues as stale, closes after grace period
    • sync-priority: Maps GitHub Project priority fields to P0-P3 labels

    Triggers: schedule (daily), workflow_dispatch, workflow_call

The separation resolves scheduling conflicts - issue management jobs now execute on schedule without restrictions from event-triggered project management operations.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: chicco785 <777218+chicco785@users.noreply.github.com>

Copilot AI commented Jan 26, 2026

Copy link
Copy Markdown
Contributor Author

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • api.languagetool.org
    • Triggering command: /usr/local/bin/node node /home/REDACTED/.npm/_npx/3301def6af547969/node_modules/.bin/gramma check -m tmp (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Separate issue management from project management Update documentation for workflow separation Jan 26, 2026
Copilot AI requested a review from chicco785 January 26, 2026 11:03
@chicco785
chicco785 marked this pull request as ready for review January 26, 2026 12:43
@chicco785 chicco785 added the ci This issue/PR is about continuous integration. label Jan 26, 2026
@chicco785
chicco785 merged commit 1aed308 into test-workflow-call Jan 26, 2026
3 of 4 checks passed
@chicco785
chicco785 deleted the copilot/sub-pr-236-again branch January 26, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci This issue/PR is about continuous integration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants