Skip to content

ci: add workflow to move closed issues to milestone - #154

Merged
Romuald Lemesle (RomuDeuxfois) merged 1 commit into
mainfrom
improvment/ad-github-action
Jun 10, 2026
Merged

ci: add workflow to move closed issues to milestone#154
Romuald Lemesle (RomuDeuxfois) merged 1 commit into
mainfrom
improvment/ad-github-action

Conversation

@RomuDeuxfois

Copy link
Copy Markdown
Member

No description provided.

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

Copy link
Copy Markdown
Contributor

🤖 [AI-generated]

Hey Romuald Lemesle (@RomuDeuxfois)! 👋 Thanks a lot for opening PR #154 — really appreciate you adding this automation! 🙏

I just had a quick look and I think the description could be enhanced a little to help reviewers get through it faster. I haven't changed anything in your description — just a gentle suggestion:

Area What could help Suggestion
Description The body is currently empty A short note on what the workflow does and why (e.g. it moves closed issues to the matching milestone, and when it triggers)
Linked issue No related issue is referenced Per our conventions every PR should be linked to an issue and the title should end with its reference, e.g. (#1234) — could you link the tracking issue?

💡 If helpful, the contribution conventions walk through what to include.

No rush at all — thanks again for contributing to the project! 🚀

Copilot AI left a comment

Copy link
Copy Markdown

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 to automatically move closed issues (and to allow manual testing via workflow_dispatch) into a configured milestone when they match specific labels.

Changes:

  • Introduces .github/workflows/move-closed-issue-to-milestone.yml to trigger on issues: closed and on manual dispatch.
  • Runs FiligranHQ/filigran-ci-tools/actions/move-closed-issue-to-milestone with configured source labels and a target milestone.

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

with:
source-labels: 'bug, technical improvement'
target-milestone: '0. Candidate'
issue-number: ${{ github.event.inputs.issue_number || '' }}
- name: Move issue to milestone
uses: FiligranHQ/filigran-ci-tools/actions/move-closed-issue-to-milestone@main
with:
source-labels: 'bug, technical improvement'
runs-on: ubuntu-latest
steps:
- name: Move issue to milestone
uses: FiligranHQ/filigran-ci-tools/actions/move-closed-issue-to-milestone@main
@RomuDeuxfois
Romuald Lemesle (RomuDeuxfois) merged commit 84376d9 into main Jun 10, 2026
23 of 24 checks passed
@RomuDeuxfois
Romuald Lemesle (RomuDeuxfois) deleted the improvment/ad-github-action branch June 10, 2026 12:04
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.

4 participants