Skip to content

Updating workflow to ignore noop#1135

Merged
aaronpowell merged 1 commit intostagedfrom
aw-update-ignore-noop
Mar 23, 2026
Merged

Updating workflow to ignore noop#1135
aaronpowell merged 1 commit intostagedfrom
aw-update-ignore-noop

Conversation

@aaronpowell
Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings March 23, 2026 04:29
@aaronpowell aaronpowell merged commit 6962f99 into staged Mar 23, 2026
4 checks passed
@aaronpowell aaronpowell deleted the aw-update-ignore-noop branch March 23, 2026 04:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the PR duplicate-check agentic workflow configuration so noop outputs don’t get reported as issues, reducing noise when the workflow has nothing actionable to do.

Changes:

  • Configure the workflow’s safe-outputs.noop to set report-as-issue: false.
  • Regenerate/update the compiled workflow lock file so the runtime env/config reflects the new noop behavior.

Reviewed changes

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

File Description
.github/workflows/pr-duplicate-check.md Sets safe-outputs.noop.report-as-issue: false to prevent noop from being treated as an issue.
.github/workflows/pr-duplicate-check.lock.yml Updates generated metadata and safe-output handler env/config to match the new noop setting.

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.

2 participants