Skip to content

[Chore] Rationalize GHA as part of 'how we docs' exercise #23761

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
merged 1 commit into from
Jul 18, 2025

Conversation

kodster28
Copy link
Collaborator

@kodster28 kodster28 commented Jul 17, 2025

Summary

As part of writing the content reviews section of How we docs, I got confused myself parsing through our GHA.

This consolidates dupe actions and clarifies the file naming structure.

Risk

Small to no risk for this change. If this breaks, we lose labeling and assignment for a bit, which can be fixed easily and doesn't impact the team too drastically.

Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/.github/ @kodster28, @pedrosousa, @haleycode, @kristianfreeman, @GregBrimble, @KianNH, @maxvp, @marciocloudflare, @WalshyDev
*.js @cloudflare/developer-advocacy, @kristianfreeman, @kodster28, @pedrosousa, @haleycode, @GregBrimble, @KianNH, @WalshyDev
*.ts @cloudflare/developer-advocacy, @kristianfreeman, @kodster28, @pedrosousa, @haleycode, @GregBrimble, @KianNH, @WalshyDev

@@ -0,0 +1,21 @@
name: Issue - Label and assign

# **What it does**: Labels Issues with associated products. Updates assignees to match our CODEOWNERS file.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Re-creates issue.yml, but with clearer naming

@@ -36,3 +39,16 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

assign:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This pulls in from the pr.yml. These are triggered on the same event, so we should have them all running in the same action.

Copy link
Contributor

@kodster28 kodster28 merged commit 53beb8e into production Jul 18, 2025
11 checks passed
@kodster28 kodster28 deleted the gha-consolidation-and-naming branch July 18, 2025 13:53
sdnts pushed a commit to sdnts/cloudflare-docs that referenced this pull request Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants