Skip to content

Conversation

@ognis1205
Copy link
Contributor

This reverts commit de9bef9.

Related Issues/PRs

Closes #15

What changes are proposed in this pull request?

This PR reverts the commit that introduced the auto-assign-on-comment workflow. This change was causing issues due to the IP restrictions in place for the databrickslabs organization, which blocked the workflow from functioning correctly.

How is this PR tested?

  • Existing unit/integration tests
  • New unit/integration tests
  • Manual tests

Does this PR require documentation update?

  • No. You can skip the rest of this section.
  • Yes. I've updated the relevant server README.md

Release Notes

Is this a user-facing change?

  • No. You can skip the rest of this section.
  • Yes. Give a description of this change to be included in the release notes.

How should the PR be classified in the release notes? Choose one:

  • rn/none - No description will be included. The PR will be mentioned only by the PR number in the "Small Bugfixes and Documentation Updates" section
  • rn/breaking-change - The PR will be mentioned in the "Breaking Changes" section
  • rn/feature - A new user-facing feature worth mentioning in the release notes
  • rn/bug-fix - A user-facing bug fix worth mentioning in the release notes
  • rn/documentation - A user-facing documentation change worth mentioning in the release notes

Copy link
Contributor

@smurching smurching left a comment

Choose a reason for hiding this comment

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

Thanks @ognis1205 for the quick turnaround on this - for the other GitHub workflows, I had to configure them to run on specific self-hosted runners to get around the IP access list issue, e.g. see

runs-on:
group: databrickslabs-protected-runner-group
labels: linux-ubuntu-latest
. Will merge this, but happy to also merge a follow-up PR to reintroduce this workflow with configuration updated to target the ^those self-hosted runners

@smurching smurching merged commit 756a971 into databrickslabs:master Apr 28, 2025
1 check passed
@ognis1205
Copy link
Contributor Author

@smurching

Thank you for the review and merge! Also, thank you for letting me know the workaround for this issue. I'll create another PR based on the settings you provided.

@ognis1205 ognis1205 deleted the revert-auto-assign-on-comment branch April 28, 2025 19:35
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.

[BUG]: Auto-assign not working due to IP restriction

2 participants