Skip to content

ci: add workflow to move closed issues to milestone#190

Merged
RomuDeuxfois merged 1 commit into
mainfrom
RomuDeuxfois-patch-1
Jun 10, 2026
Merged

ci: add workflow to move closed issues to milestone#190
RomuDeuxfois merged 1 commit into
mainfrom
RomuDeuxfois-patch-1

Conversation

@RomuDeuxfois

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 10, 2026 08:56
@github-actions github-actions Bot added the filigran team Item from the Filigran team. label Jun 10, 2026
@RomuDeuxfois RomuDeuxfois changed the title Create move-closed-issue-to-milestone.yml ci: add workflow to move closed issues to milestone Jun 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow intended to automatically move closed issues into a target milestone (based on labels), with an optional workflow_dispatch input for manual testing.

Changes:

  • Introduces .github/workflows/move-closed-issue-to-milestone.yml triggered on issues: closed and manual dispatch.
  • Calls a FiligranHQ action to perform the label → milestone move.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

runs-on: ubuntu-latest
steps:
- name: Move issue to milestone
uses: FiligranHQ/filigran-ci-tools/actions/move-closed-issue-to-milestone@main
with:
source-labels: 'bug, technical improvement'
target-milestone: '0. Candidate'
issue-number: ${{ github.event.inputs.issue_number || '' }}
@RomuDeuxfois
RomuDeuxfois merged commit d7fb2f6 into main Jun 10, 2026
24 of 25 checks passed
@RomuDeuxfois
RomuDeuxfois deleted the RomuDeuxfois-patch-1 branch June 10, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team Item from the Filigran team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants