Skip to content

Updated CoP DevOps Name#8455

Merged
kdaca19xx merged 4 commits intohackforla:gh-pagesfrom
cadenramey:update-cop-devops-name-8388
Jan 11, 2026
Merged

Updated CoP DevOps Name#8455
kdaca19xx merged 4 commits intohackforla:gh-pagesfrom
cadenramey:update-cop-devops-name-8388

Conversation

@cadenramey
Copy link
Member

Fixes #8388

What changes did you make?

  • Changed the name in ops.yml from Ops to DevOps
  • Added a corresponding if statement in communities-of-practice.js

Why did you make the changes (we will use this info to test)?

  • Changed the name in ops.yml in order to more accurately name project information
  • Had to add the if statement in communities-of-practice.js in order for the corresponding html file to be mapped to the new name

CodeQL Alerts

After the PR has been submitted and the resulting GitHub actions/checks have been completed, developers should check the PR for CodeQL alert annotations.

Check the PR's comments. If present on your PR, the CodeQL alert looks similar as shown

Screenshot 2024-10-28 154514

Please let us know that you have checked for CodeQL alerts. Please do not dismiss alerts.

  • I have checked this PR for CodeQL alerts and none were found.
  • I found CodeQL alert(s), and (select one):
    • I have resolved the CodeQL alert(s) as noted
    • I believe the CodeQL alert(s) is a false positive (Merge Team will evaluate)
    • I have followed the Instructions below, but I am still stuck (Merge Team will evaluate)
Instructions for resolving CodeQL alerts

If CodeQL alert/annotations appear, refer to How to Resolve CodeQL alerts.

In general, CodeQL alerts should be resolved prior to PR reviews and merging

Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)

Visuals before changes are applied Screenshot 2025-11-19 at 1 00 25 PM
Visuals after changes are applied Screenshot 2026-01-07 at 2 41 42 PM

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Want to review this pull request? Take a look at this documentation for a step by step guide!


From your project repository, check out a new branch and test the changes.

git checkout -b cadenramey-update-cop-devops-name-8388 gh-pages
git pull https://github.com/cadenramey/website.git update-cop-devops-name-8388

@github-actions github-actions bot added status: Help Wanted Internal assistance is required to make progress role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers time sensitive Needs to be worked on by a particular timeframe Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Communities of Practice https://www.hackforla.org/communities-of-practice size: 0.25pt Can be done in 0.5 to 1.5 hours labels Jan 7, 2026
@cadenramey cadenramey changed the title Update cop devops name 8388 Update CoP DevOps Name Jan 7, 2026
@cadenramey cadenramey changed the title Update CoP DevOps Name Updated CoP DevOps Name Jan 7, 2026
@lc1715 lc1715 self-requested a review January 9, 2026 20:37
@lc1715
Copy link
Member

lc1715 commented Jan 9, 2026

Review ETA: 1/9/26
Availability: 12-4 PM Mon-Fri

Copy link
Member

@lc1715 lc1715 left a comment

Choose a reason for hiding this comment

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

Great job @cadenramey!

The PR contains the linked issue and has the correct branch to commit into and from. I can see the name change from 'Ops' to 'DevOps' and the meeting times show up in the browser as well. Thank you!

Copy link
Member

@myronchen-git myronchen-git left a comment

Choose a reason for hiding this comment

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

Good job on the troubleshooting.

I've tested the Communities of Practice webpage, and it works as expected. I've also did a quick check to see if anything else uses ops.yml file to see if the name change affected any other code, but I didn't find anything, although I may be wrong.

Thanks for getting this done.

@github-project-automation github-project-automation bot moved this from PR Needs review to PRs ✅ waiting for merge team in P: HfLA Website: Project Board Jan 9, 2026
@kdaca19xx kdaca19xx removed the status: Help Wanted Internal assistance is required to make progress label Jan 11, 2026
@kdaca19xx kdaca19xx merged commit 177fef1 into hackforla:gh-pages Jan 11, 2026
14 checks passed
myronchen-git added a commit to myronchen-git/website that referenced this pull request Jan 17, 2026
* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update Inactive Members JSON

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update Github handle for Santiago Vidal (hackforla#8423) (hackforla#8446)

* Bump actions/checkout from 5 to 6 (hackforla#8434)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @actions/core in /github-actions/trigger-schedule/github-data (hackforla#8447)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 2.0.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 5 to 6 (hackforla#8448)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 (hackforla#8449)

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Updated Links Variable for Github (hackforla#8435)

The devops repo is being renamed from
https://github.com/hackforla/ops
to
https://github.com/hackforla/devops

with this change users will be able to navigate
to the renamed repo from the hfla website's
communities of practice page:

https://www.hackforla.org/communities-of-practice

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Dynamically Created Pages for each Program Area Using a Layout (hackforla#8437)

* changed program-areas to true

* added program-areas to default

* renamed citizen-engagement.html and moved to _layouts

* made card appear based on page program area

* made title reflect the page

* renamed _citizen_engagement.scss file and updated import in main.scss

* Update contributor and language data

* Updated CoP DevOps Name (hackforla#8455)

* update devops name 8388

* reverting to normal

* redid changes for issue

* added Jason Shi to Civic Tech Jobs page (hackforla#8459)

Great job working on this issue @bragelbytes!

* Update contributor and language data

* Bump @actions/github in /github-actions/trigger-schedule/github-data (hackforla#8458)

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 6.0.0 to 7.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

---
updated-dependencies:
- dependency-name: "@actions/github"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update meeting data

* Update contributor and language data

* Update contributor and language data

* Update contributor and language data

* Update meeting data

* Update contributor and language data

* Update contributor and language data

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: GitHub Actions Bot <hackforla-bot@hackforla.org>
Co-authored-by: Eileen Hernandez Bedoya <92833729+Colombianah@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: abinetabate1 <abinetabate@gmail.com>
Co-authored-by: Leon Dawson <leondawson123@yahoo.com>
Co-authored-by: Caden Ramey <37122663+cadenramey@users.noreply.github.com>
Co-authored-by: Joe Bragel <85720959+bragelbytes@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Communities of Practice https://www.hackforla.org/communities-of-practice role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours time sensitive Needs to be worked on by a particular timeframe

Projects

Development

Successfully merging this pull request may close these issues.

Update Community of Practice: DevOps Update Name

4 participants