Create python-frob.yml #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Workflow derived from dplyr/.github/workflows/pr-commands.yaml | |
| # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | |
| on: | |
| issue_comment: | |
| types: [created] | |
| paths: | |
| - 'R/bican.mccarroll.helloworld/**' | |
| name: Run roxygen2 on R package bican.mccarroll.helloworld and commit changes | |
| permissions: write-all | |
| jobs: | |
| call-roxygen-reusable: | |
| uses: ./.github/workflows/roxygen-reusable.yml | |
| with: | |
| package_name: helloworld | |
| secrets: inherit |