chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 #22
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
# A bot ensures that these actions get synchronized - do not edit in this repository. | |
name: PR | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened] | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- name: 'Auto-assign issue' | |
uses: pozil/auto-assign-issue@v2 | |
with: | |
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} | |
assignees: thulasirajkomminar | |
numOfAssignee: 1 |