From d01eaa761609cd17710967536ddcff7aa37d7f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 16 Dec 2023 14:10:36 +0100 Subject: [PATCH] Fix: Links --- actions/github/pull-request/add-assignee/action.yaml | 2 +- .../pull-request/add-label-based-on-branch-name/action.yaml | 2 +- actions/github/pull-request/approve/action.yaml | 2 +- actions/github/pull-request/merge/action.yaml | 2 +- actions/github/pull-request/request-review/action.yaml | 2 +- actions/github/release/create/action.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/actions/github/pull-request/add-assignee/action.yaml b/actions/github/pull-request/add-assignee/action.yaml index 4c7c206..2836deb 100644 --- a/actions/github/pull-request/add-assignee/action.yaml +++ b/actions/github/pull-request/add-assignee/action.yaml @@ -1,7 +1,7 @@ # https://docs.github.com/en/actions/creating-actions/creating-a-composite-action # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-composite-run-steps-actions -# https://docs.github.com/en/rest/reference/issues#add-assignees-to-an-issue +# https://docs.github.com/en/rest/issues/assignees#add-assignees-to-an-issue # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_run diff --git a/actions/github/pull-request/add-label-based-on-branch-name/action.yaml b/actions/github/pull-request/add-label-based-on-branch-name/action.yaml index 706e904..ea2346c 100644 --- a/actions/github/pull-request/add-label-based-on-branch-name/action.yaml +++ b/actions/github/pull-request/add-label-based-on-branch-name/action.yaml @@ -1,7 +1,7 @@ # https://docs.github.com/en/actions/creating-actions/creating-a-composite-action # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-composite-run-steps-actions -# https://docs.github.com/en/rest/reference/issues#add-labels-to-an-issue +# https://docs.github.com/en/rest/issues/labels#add-labels-to-an-issue # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_run diff --git a/actions/github/pull-request/approve/action.yaml b/actions/github/pull-request/approve/action.yaml index 1e81940..960d917 100644 --- a/actions/github/pull-request/approve/action.yaml +++ b/actions/github/pull-request/approve/action.yaml @@ -1,7 +1,7 @@ # https://docs.github.com/en/actions/creating-actions/creating-a-composite-action # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-composite-run-steps-actions -# https://docs.github.com/en/rest/reference/pulls#create-a-review-for-a-pull-request +# https://docs.github.com/en/rest/pulls/reviews#create-a-review-for-a-pull-request # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_run diff --git a/actions/github/pull-request/merge/action.yaml b/actions/github/pull-request/merge/action.yaml index c6890e9..c919bd8 100644 --- a/actions/github/pull-request/merge/action.yaml +++ b/actions/github/pull-request/merge/action.yaml @@ -1,7 +1,7 @@ # https://docs.github.com/en/actions/creating-actions/creating-a-composite-action # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-composite-run-steps-actions -# https://docs.github.com/en/rest/reference/pulls#merge-a-pull-request +# https://docs.github.com/en/rest/pulls/pulls#merge-a-pull-request # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_run diff --git a/actions/github/pull-request/request-review/action.yaml b/actions/github/pull-request/request-review/action.yaml index a188dcc..c3c5dbb 100644 --- a/actions/github/pull-request/request-review/action.yaml +++ b/actions/github/pull-request/request-review/action.yaml @@ -1,7 +1,7 @@ # https://docs.github.com/en/actions/creating-actions/creating-a-composite-action # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-composite-run-steps-actions -# https://docs.github.com/en/rest/reference/pulls#request-reviewers-for-a-pull-request +# https://docs.github.com/en/rest/pulls/review-requests#request-reviewers-for-a-pull-request # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_run diff --git a/actions/github/release/create/action.yaml b/actions/github/release/create/action.yaml index a305857..708f69d 100644 --- a/actions/github/release/create/action.yaml +++ b/actions/github/release/create/action.yaml @@ -1,7 +1,7 @@ # https://docs.github.com/en/actions/creating-actions/creating-a-composite-action # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-composite-run-steps-actions -# https://docs.github.com/en/rest/reference/releases#create-a-release +# https://docs.github.com/en/rest/releases/releases#create-a-release # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push name: "Create a release"