From 25b6a3240e6299dd8893f01c538e264f0354e525 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:47:44 -0400 Subject: [PATCH 1/7] [docs](web): add filename to name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6910d00..b6955cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release. Copied from docs/recipes/ci-configurations/github-actions.md) +name: release.yml — Copied from docs/recipes/ci-configurations/github-actions.md) on: push: branches: ["main", "_staging", "next", "master"] From 1dfb94ce7dae1b6ce4a096fea11e38783756a637 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:50:44 -0400 Subject: [PATCH 2/7] [docs](web): add filename to name --- .github/workflows/MetricsActions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MetricsActions.yml b/.github/workflows/MetricsActions.yml index d6e9ff8..ffacc74 100644 --- a/.github/workflows/MetricsActions.yml +++ b/.github/workflows/MetricsActions.yml @@ -1,5 +1,5 @@ # Visit https://github.com/lowlighter/metrics#-documentation for full reference -name: Metrics +name: MetricsAction.yml — Metrics on: # Schedule updates (each hour) schedule: [{cron: "0 0,6,12,18 * * *"}] From de917fabd80bd06ce71f7ef26415f9e651c1b93c Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:52:04 -0400 Subject: [PATCH 3/7] [docs](web): add filename to name --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 870a6e0..615b63b 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -1,5 +1,5 @@ # Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll with GitHub Pages dependencies preinstalled +name: jekyll-gh-pages.yml — Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch From c2362068d65c50b3fac7a799ca45afcb94bfa837 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:53:20 -0400 Subject: [PATCH 4/7] [docs](web): add filename to name --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 0bad55b..defec99 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -4,7 +4,7 @@ # documentation. # Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll site to Pages +name: jekyll.yml — Deploy Jekyll site to Pages on: # Runs on pushes targeting the default branch From 929572be9e4cd1786d3bf6e5385bbc8278a48e04 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:55:02 -0400 Subject: [PATCH 5/7] [docs](web): add filename to name --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5e7f7c6..5c0efae 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,7 +7,7 @@ permissions: contents: write pull-requests: write -name: release-please +name: release-please.yml — release-please jobs: release-please: From e552e64813989493fee0804fb03e969159fd7580 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:56:56 -0400 Subject: [PATCH 6/7] [docs](web): add filename to name --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c552297..25b4fd2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +name: dependabot.yml # To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: From 1384720ec83b448a7b4720459ebb2b8b927a1fc2 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:57:47 -0400 Subject: [PATCH 7/7] Update dependabot.yml --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 25b4fd2..c552297 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,3 @@ -name: dependabot.yml # To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: