Skip to content

Feat/project status workflow - #8

Merged
jbouder merged 2 commits into
mainfrom
feat/project-status-workflow
Aug 26, 2026
Merged

Feat/project status workflow#8
jbouder merged 2 commits into
mainfrom
feat/project-status-workflow

Conversation

@jbouder

@jbouder jbouder commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Reference Issues or PRs

Close #9

What does this implement/fix?

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Documentation

Access-centered content checklist

Text styling

  • The content is written with plain language (where relevant).
  • If there are headers, they use the proper header tags (with only one level-one header: H1 or # in markdown).
  • All links describe where they link to (for example, check the Nebari website).
  • This content adheres to the Nebari style guides.

Non-text content

  • All content is represented as text (for example, images need alt text, and videos need captions or descriptive transcripts).
  • If there are emojis, there are not more than three in a row.
  • Don't use flashing GIFs or videos.
  • If the content were to be read as plain text, it still makes sense, and no information is missing.

Any other comments?

jbouder and others added 2 commits August 26, 2026 08:57
Add a project-status workflow that keeps GitHub Projects (v2) statuses
in step with delivery: merging a PR into the default branch moves its
linked issues from "In Progress"/"In Review" to "Merged", and
publishing a release moves this repo's "Merged" issues to "Released".
Projects are discovered dynamically from the issues/repository, so no
project number is hard-coded. Requires a PROJECT_TOKEN secret with
Projects read/write, since GITHUB_TOKEN cannot access org Projects v2.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Reuse the org's ADD_TO_PROJECT_PAT secret (already used by the
nebari-dev/.github sync-project-priority workflow) instead of
introducing a new PROJECT_TOKEN secret.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jbouder
jbouder merged commit 4585654 into main Aug 26, 2026
6 checks passed
@jbouder
jbouder deleted the feat/project-status-workflow branch August 26, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automate Project Status Transitions on PR Merge and Release

1 participant