Skip to content

Commit

Permalink
Merge main before assign. (#749)
Browse files Browse the repository at this point in the history
In theory this should fail if something bad happens with the merge, which is what we'd want.
  • Loading branch information
jonthegeek authored Sep 16, 2024
1 parent 7d6af5d commit 2fc5aa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-assign-command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2

- name: Merge main
shell: Rscript {0}
run: |
usethis::pr_merge_main()
- name: Assign
shell: Rscript {0}
run: |
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Imports:
rlang,
stringr,
tibble,
usethis,
whisker,
yaml
Encoding: UTF-8

0 comments on commit 2fc5aa5

Please sign in to comment.