-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove API doc workflow, add codeowners #188169
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@jbudz I would also double check the repo settings for https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks#about-workflow-runs-from-public-forks. That way any invocation by an external contributor would require input from a maintainer. |
.github/workflows/bump-preview.yml
Outdated
uses: bump-sh/github-action@v1 | ||
with: | ||
doc: serverless | ||
token: ${{secrets.BUMP_TOKEN}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lcawl I believe this would fail when ran from forks. Since it won't have access to the secret.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this PR doesn't seem to solve the problem, I've changed it to remove the existing problematic workflow instead.
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
|
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Co-authored-by: Jon <[email protected]> (cherry picked from commit 1a1c7d6)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.15`: - [Remove API doc workflow, add codeowners (#188169)](#188169) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-07-17T21:21:12Z","message":"Remove API doc workflow, add codeowners (#188169)\n\n\r\nCo-authored-by: Jon <[email protected]>","sha":"1a1c7d6101b32f9e84fbb39d7f10e0dcb1303ad5","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.15.0","Feature:OAS","v8.16.0"],"number":188169,"url":"https://github.com/elastic/kibana/pull/188169","mergeCommit":{"message":"Remove API doc workflow, add codeowners (#188169)\n\n\r\nCo-authored-by: Jon <[email protected]>","sha":"1a1c7d6101b32f9e84fbb39d7f10e0dcb1303ad5"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/188169","number":188169,"mergeCommit":{"message":"Remove API doc workflow, add codeowners (#188169)\n\n\r\nCo-authored-by: Jon <[email protected]>","sha":"1a1c7d6101b32f9e84fbb39d7f10e0dcb1303ad5"}}]}] BACKPORT-->
Summary
Relates to #186909
This PR: