From dbc36bb500bd042a9121467718260107c5421fba Mon Sep 17 00:00:00 2001 From: Evan Smith <12199891+e13h@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:20:12 -0800 Subject: [PATCH 1/2] Update issues-close-feature-requests.yml Close issues as "not planned" for clarity --- .github/workflows/issues-close-feature-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues-close-feature-requests.yml b/.github/workflows/issues-close-feature-requests.yml index b8d7c7d5ba9..951342f1818 100644 --- a/.github/workflows/issues-close-feature-requests.yml +++ b/.github/workflows/issues-close-feature-requests.yml @@ -32,6 +32,6 @@ jobs: - name: Close Issue - run: gh issue close "https://github.com/actualbudget/actual/issues/${{ github.event.issue.number }}" + run: gh issue close "https://github.com/actualbudget/actual/issues/${{ github.event.issue.number }}" --reason "not_planned" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 9b587fef78a7cee1f6e9bc68774060df875ce50a Mon Sep 17 00:00:00 2001 From: Evan Smith <12199891+e13h@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:25:00 -0800 Subject: [PATCH 2/2] Add release notes --- upcoming-release-notes/4231.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 upcoming-release-notes/4231.md diff --git a/upcoming-release-notes/4231.md b/upcoming-release-notes/4231.md new file mode 100644 index 00000000000..5e5dd47127b --- /dev/null +++ b/upcoming-release-notes/4231.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [e13h] +--- + +Update bot to automatically close feature request GitHub issues as "not planned" instead of "completed"