Skip to content

chore: add PR label migrator action and remove extra pipelines#545

Merged
devpathindcommunity-india merged 1 commit into
masterfrom
chore/update-actions
Jun 4, 2026
Merged

chore: add PR label migrator action and remove extra pipelines#545
devpathindcommunity-india merged 1 commit into
masterfrom
chore/update-actions

Conversation

@Aditya948351

Copy link
Copy Markdown
Collaborator

Removes CodeQL and Nuclei scanners per admin request. Adds an automated GitHub Action that extracts linked issues from PR bodies (e.g. 'Fixes #123') and automatically migrates all labels from the linked issue to the Pull Request.

Copilot AI review requested due to automatic review settings June 4, 2026 09:48

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

This PR updates the repository’s GitHub Actions setup by removing the CodeQL and Nuclei scanning workflows (per admin request) and introducing a new workflow that copies labels from linked issues to the pull request based on “Fixes/Closes/Resolves #123” patterns in the PR body.

Changes:

  • Removed the CodeQL workflow.
  • Removed the Nuclei security scan workflow.
  • Added a “label migrator” workflow that parses PR bodies for linked issues and applies those issues’ labels to the PR.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/codeql.yml Removed CodeQL analysis workflow.
.github/workflows/nuclei-scan.yml Removed Nuclei scanning workflow that built/served the app and scanned localhost.
.github/workflows/label-migrator.yml Added workflow to migrate labels from linked issues to PRs via actions/github-script.

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

Comment thread .github/workflows/label-migrator.yml
Comment thread .github/workflows/label-migrator.yml
Comment thread .github/workflows/label-migrator.yml
@devpathindcommunity-india devpathindcommunity-india merged commit 25384ef into master Jun 4, 2026
1 check passed
@devpathindcommunity-india devpathindcommunity-india deleted the chore/update-actions branch June 4, 2026 09:58
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.

[Enhancement] Add hover effects to footer social links

3 participants