From 766e6937a0eb2a5842d9fb36e2e55b37868fd2fd Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Fri, 7 Jun 2024 21:32:40 -0400 Subject: [PATCH 1/4] Create dependabot-merge.yml --- .github/workflows/dependabot-merge.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/dependabot-merge.yml diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml new file mode 100644 index 0000000..1d40fa6 --- /dev/null +++ b/.github/workflows/dependabot-merge.yml @@ -0,0 +1,12 @@ +name: Dependabot auto-merge +on: + pull_request: + types: [opened, reopened] + +permissions: + contents: write + pull-requests: write + +jobs: + dependabot: + uses: jimbrig/ghactions/.github/workflows/dependabot-merge.yml@main From af347b8fd00a52fd4b9178ca32dc382475f663ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Jun 2024 01:32:59 +0000 Subject: [PATCH 2/4] chore: autopublish 2024-06-08T01:32:59Z --- inst/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/CHANGELOG.md b/inst/CHANGELOG.md index 12906a0..85a11c1 100644 --- a/inst/CHANGELOG.md +++ b/inst/CHANGELOG.md @@ -86,6 +86,7 @@ All notable changes to this project will be documented in this file. - Autopublish 2024-04-01T14:16:20Z - Autopublish 2024-04-30T01:53:15Z - Autopublish 2024-04-30T15:09:33Z +- Autopublish 2024-05-27T19:47:45Z ### Refactor From e7f712beff04e7c747d615b850a27026c617b3e2 Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Fri, 7 Jun 2024 21:33:24 -0400 Subject: [PATCH 3/4] Update dependabot-merge.yml --- .github/workflows/dependabot-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml index 1d40fa6..8f96dcd 100644 --- a/.github/workflows/dependabot-merge.yml +++ b/.github/workflows/dependabot-merge.yml @@ -2,6 +2,7 @@ name: Dependabot auto-merge on: pull_request: types: [opened, reopened] + workflow_dispatch: permissions: contents: write From 945a59fdab4006aa4ee455b87c135fef3444ff9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Jun 2024 01:33:41 +0000 Subject: [PATCH 4/4] chore: autopublish 2024-06-08T01:33:41Z --- inst/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/CHANGELOG.md b/inst/CHANGELOG.md index 85a11c1..32da7ae 100644 --- a/inst/CHANGELOG.md +++ b/inst/CHANGELOG.md @@ -87,6 +87,7 @@ All notable changes to this project will be documented in this file. - Autopublish 2024-04-30T01:53:15Z - Autopublish 2024-04-30T15:09:33Z - Autopublish 2024-05-27T19:47:45Z +- Autopublish 2024-06-08T01:32:59Z ### Refactor