Bump rajbos/actions-marketplace/powershell from f9581e8
to 5b46b06
#79
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: "Approve Dependabot PR's" | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
dependabot: | |
permissions: | |
contents: write | |
pull-requests: write | |
actions: write | |
uses: devops-actions/.github/.github/workflows/approve-dependabot-pr.yml@main | |
secrets: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |