From 607d1fd3f1c5eb9b769af56b08c3bfd4c4c71b6b Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 28 Dec 2023 12:24:45 -0500 Subject: [PATCH 1/5] ci: only run auto_add_reponame_labels when issue is opened --- .github/workflows/auto_add_reponame_labels.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto_add_reponame_labels.yaml b/.github/workflows/auto_add_reponame_labels.yaml index a6d4acb..3a3c630 100644 --- a/.github/workflows/auto_add_reponame_labels.yaml +++ b/.github/workflows/auto_add_reponame_labels.yaml @@ -2,7 +2,9 @@ name: Auto add reponame as label to all issues and PRs on: issues: + - opened pull_request: + - opened jobs: add_label: From dcb84ef618a027b979fe1ad9d2ac1554625822b3 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 28 Dec 2023 12:44:42 -0500 Subject: [PATCH 2/5] ci: simplify matrix to reduce check runtime --- .github/workflows/R-CMD-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 9dcfb45..8d7839f 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -21,8 +21,8 @@ jobs: - { os: macos-latest, r: "release" } - { os: windows-latest, r: "release" } - { os: ubuntu-latest, r: "devel", http-user-agent: "release" } - - { os: ubuntu-latest, r: "release" } - - { os: ubuntu-latest, r: "oldrel-1" } + #- { os: ubuntu-latest, r: "release" } + #- { os: ubuntu-latest, r: "oldrel-1" } env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} From 8ec2e493e4dfbcc55dba937a52d7847961fd1df5 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 28 Dec 2023 12:48:57 -0500 Subject: [PATCH 3/5] docs: link to docs website in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0c27ec6..93164a9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,12 @@ description: Report something that is broken or incorrect labels: bug body: - type: markdown + attributes: + value: | + Before you submit this issue, please check the documentation: + + + - type: textarea id: description attributes: From ec083f5090def71d12b713885030a8e06b399cc7 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 28 Dec 2023 12:49:54 -0500 Subject: [PATCH 4/5] docs: fix link in bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 93164a9..67dd816 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,9 +5,7 @@ body: - type: markdown attributes: value: | - Before you submit this issue, please check the documentation: - - + Before you submit this issue, please check the documentation: - type: textarea id: description From b20327a0c7b08d309961355f6262d3a1a41f25aa Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 28 Dec 2023 12:50:54 -0500 Subject: [PATCH 5/5] docs: fix https link in bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 67dd816..d594e1d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Before you submit this issue, please check the documentation: + Before you submit this issue, please check the documentation: - type: textarea id: description