Fix: unable to unset auto_deploy_by_custom_glob property of environme… #292
Workflow file for this run
This file contains 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: 'Auto Assign PR to author' | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
add-assignee: | |
runs-on: ubuntu-20.04 | |
timeout-minutes: 1 | |
steps: | |
- uses: kentaro-m/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |