From 282132137565423e2dde242efbb724efcaca5f87 Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Mon, 16 Dec 2024 15:15:23 +0000 Subject: [PATCH 1/3] chore(sync): :hammer: synced local '.github/workflows/add-to-project.yml' with remote '.github/workflows/common/add-to-project.yml' --- .github/workflows/add-to-project.yml | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 8b264df..b5513c7 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -6,7 +6,7 @@ on: - opened - reopened - transferred - pull_request: + pull_request: types: - reopened - opened @@ -16,22 +16,9 @@ permissions: jobs: add-to-project: - name: Add to project - runs-on: ubuntu-latest - steps: - - name: Add issue or PR to project board - uses: actions/add-to-project@v1.0.2 - with: - project-url: https://github.com/orgs/rostools/projects/12 - github-token: ${{ secrets.ADD_TO_BOARD }} - - - name: Assign PR to creator - if: ${{ github.event_name == 'pull_request' }} - run: | - gh pr edit $PR --add-assignee $AUTHOR - env: - AUTHOR: ${{ github.event.pull_request.user.login }} - PR: ${{ github.event.pull_request.html_url }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - + uses: rostools/.github/.github/workflows/reusable-add-to-project.yml@main + with: + board-number: 12 + secrets: + add-to-board-token: ${{ secrets.ADD_TO_BOARD }} + gh-token: ${{ secrets.GITHUB_TOKEN }} From 03502309d649b35a19c0b8cf232f84fac4c8ddbd Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Mon, 16 Dec 2024 15:15:24 +0000 Subject: [PATCH 2/3] chore(sync): :hammer: synced local '.github/workflows/build-website.yml' with remote '.github/workflows/common/build-website-r.yml' --- .github/workflows/build-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 6dab3eb..4381cf2 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -6,6 +6,6 @@ on: jobs: build-deploy-docs: - uses: rostools/.github/.github/workflows/reusable-build-website.yml@main + uses: rostools/.github/.github/workflows/reusable-build-website-r.yml@main secrets: netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} From 0e15ca6a10233887a23832f096030bc79fc69561 Mon Sep 17 00:00:00 2001 From: lwjohnst86 Date: Mon, 16 Dec 2024 15:15:24 +0000 Subject: [PATCH 3/3] chore(sync): :hammer: synced local 'justfile' with remote '_common/justfile-r' --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index aaef9a2..11cffa4 100644 --- a/justfile +++ b/justfile @@ -20,6 +20,6 @@ style: #!/usr/bin/Rscript styler::style_dir(here::here()) -# Build pkgdown website +# Build Quarto website build-site: quarto render