[PR #1030] [MERGED] some improvements #1039

Closed
opened 2025-11-06 12:13:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1030
Author: @agebhar1
Created: 11/2/2022
Status: Merged
Merged: 11/2/2022
Merged by: @mashb1t

Base: masterHead: feature/gh-actions


📝 Commits (2)

  • 2245133 update GitHub Actions
  • 8e42403 show location in output if URL is redirected

📊 Changes

2 files changed (+8 additions, -6 deletions)

View changed files

📝 .github/workflows/pull_request.yml (+3 -3)
📝 tests/common.mjs (+5 -3)

📄 Description

[
"https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/",
{
  "ok": false,
  "status": "Moved Permanently",
  "redirect": {
    "src": "https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/",
    "dst": "https://learn.microsoft.com/en-us/virtualization/windowscontainers/about/"
  }
}
]

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/1030 **Author:** [@agebhar1](https://github.com/agebhar1) **Created:** 11/2/2022 **Status:** ✅ Merged **Merged:** 11/2/2022 **Merged by:** [@mashb1t](https://github.com/mashb1t) **Base:** `master` ← **Head:** `feature/gh-actions` --- ### 📝 Commits (2) - [`2245133`](https://github.com/veggiemonk/awesome-docker/commit/2245133dcce2df3de96f52002a6d446cc6de0b04) update GitHub Actions - [`8e42403`](https://github.com/veggiemonk/awesome-docker/commit/8e42403bc822446f9b9cbdffe08d0ab6129796a9) show location in output if URL is redirected ### 📊 Changes **2 files changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pull_request.yml` (+3 -3) 📝 `tests/common.mjs` (+5 -3) </details> ### 📄 Description * fix warnings of deprecated GH Action(s) - https://github.com/veggiemonk/awesome-docker/actions/runs/3376653106 * copy&paste friendly redirections on URL checks, e.g. ``` [ "https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/", { "ok": false, "status": "Moved Permanently", "redirect": { "src": "https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/", "dst": "https://learn.microsoft.com/en-us/virtualization/windowscontainers/about/" } } ] ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:13:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#1039