Skip to content

Commit

Permalink
Merge branch 'main' into iss-11
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Dec 28, 2023
2 parents 89875ab + b20327a commit 1fcdde1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ description: Report something that is broken or incorrect
labels: bug
body:
- type: markdown
attributes:
value: |
Before you submit this issue, please check the documentation: <https://ccbr.github.io/reneeTools/>
- type: textarea
id: description
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/auto_add_reponame_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Auto add reponame as label to all issues and PRs

on:
issues:
- opened
pull_request:
- opened

jobs:
add_label:
Expand Down

0 comments on commit 1fcdde1

Please sign in to comment.