Skip to content

Conversation

@drbenvincent
Copy link
Collaborator

@drbenvincent drbenvincent commented Dec 20, 2025

Introduces a GitHub Actions workflow that synchronizes labels from issues closed by a pull request, excluding 'help wanted' and 'good first issue' labels. This helps maintain label consistency between issues and pull requests.


📚 Documentation preview 📚: https://causalpy--601.org.readthedocs.build/en/601/

Introduces a GitHub Actions workflow that synchronizes labels from issues closed by a pull request, excluding 'help wanted' and 'good first issue' labels. This helps maintain label consistency between issues and pull requests.
Copy link
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

This PR adds a GitHub Actions workflow that automatically synchronizes labels from issues to pull requests that close those issues. The workflow uses the williambdean/closing-labels action and excludes common triage labels ('help wanted' and 'good first issue') from being copied.

Key Changes

  • Introduces automated label synchronization from closing issues to PRs
  • Uses pull_request_target trigger for security with appropriate write permissions
  • Configures exclusion of triage labels to maintain clean PR labeling

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

@drbenvincent drbenvincent added the devops DevOps related label Dec 20, 2025
drbenvincent and others added 3 commits December 20, 2025 21:42
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Dec 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.27%. Comparing base (2d6bba7) to head (e77a373).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #601   +/-   ##
=======================================
  Coverage   93.27%   93.27%           
=======================================
  Files          37       37           
  Lines        5632     5632           
  Branches      367      367           
=======================================
  Hits         5253     5253           
  Misses        248      248           
  Partials      131      131           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops DevOps related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants