Automatically Create Dependabot Target #248
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: Automatically Create Dependabot Target | |
on: | |
delete: | |
branches: | |
- dependabot-target | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create Dependabot target branch | |
uses: peterjgrainger/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
branch: dependabot-target |