Skip to content
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

Support the labeled/unlabeled actions on pull_request events #17373

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rubhanazeem
Copy link
Member

No description provided.

@github-actions github-actions bot added the Frontend Things related to the OBS RoR app label Feb 12, 2025

def pull_request_unlabeled?
github_pull_request_unlabeled?
end
Copy link
Member

Choose a reason for hiding this comment

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

All of this will barf it it's gitlab. And what about gitea?

Copy link
Member

Choose a reason for hiding this comment

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

Also, all the other methods use different naming scheme.

  • reopened_pull_request?
  • pull_request_unlabeled?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nothing breaks for gitlab. The code to execute label filter just does not execute.

I will address the naming convention change you mentioned

Copy link
Member

Choose a reason for hiding this comment

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

You are still using a different naming scheme...

@rubhanazeem rubhanazeem force-pushed the scm/ci-labels branch 3 times, most recently from d22144f to f2db237 Compare February 13, 2025 09:38
@github-actions github-actions bot added the Test Suite / CI 💉 Things related to our tests/CI label Feb 13, 2025
@rubhanazeem rubhanazeem marked this pull request as ready for review February 13, 2025 15:00
@rubhanazeem rubhanazeem force-pushed the scm/ci-labels branch 2 times, most recently from 7cad0cc to 20ce90a Compare February 13, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app Test Suite / CI 💉 Things related to our tests/CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants