Skip to content

Update PR migration warning workflow to skip PRs where the label was manually removed #2739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

martygrant
Copy link
Contributor

Noticed on some PRs (#2733) the label was manually removed but the automation added this back in. This was handled in an earlier version of the script where the action was triggered by PR events and would not be triggered by labeling events so authors could manually remove the label and the action would not re-add it.

The script was modified to run on a schedule and check all open PRs. This change specifically checks if the PR has had the label added in the past, and skips if true, avoiding the unnecessary re-labeling.

@martygrant martygrant requested a review from a team as a code owner March 20, 2025 16:16
@github-actions github-actions bot added ci/cd Continuous integration/devliery auto-close labels Mar 20, 2025
Copy link
Contributor

Unified Runtime -> intel/llvm Repo Move Notice

Information

The source code of Unified Runtime has been moved to intel/llvm under the unified-runtime top-level directory,
all future development will now be carried out there. This was done in intel/llvm#17043.

The code will be mirrored to oneapi-src/unified-runtime and the specification will continue to be hosted at oneapi-src.github.io/unified-runtime.

The contribution guide will be updated with new instructions for contributing to Unified Runtime.

PR Migration

All open PRs including this one will be marked with the auto-close label and shall be automatically closed after 30 days.

Should you wish to continue with your PR you will need to migrate it to intel/llvm.
We have provided a script to help automate this process.

If your PR should remain open and not be closed automatically, you can remove the auto-close label.


This is an automated comment.

@martygrant martygrant merged commit e9852b0 into oneapi-src:main Apr 2, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-close ci/cd Continuous integration/devliery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants