Make build_crate
use root_out_dir
as its temp.
#15504
Workflow file for this run
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
name: Assign author | |
on: | |
pull_request: | |
types: [opened, reopened, closed] | |
permissions: | |
pull-requests: write | |
jobs: | |
assign: | |
name: Assign author | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160 # v1.6.2 |