Dev - synced with original repo #14
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
# Basically I don't understand this as of now, therefore not using it, but you are welcome to contribute on this part. | |
# name: Dependabot auto-merge | |
# on: | |
# pull_request_target | |
# jobs: | |
# dependabot: | |
# runs-on: ubuntu-latest | |
# if: github.actor == 'dependabot[bot]' | |
# steps: | |
# - name: 'Auto approve PR by Dependabot' | |
# uses: hmarr/[email protected] | |
# with: | |
# github-token: "${{ secrets.TYPESTACK_BOT_TOKEN }}" | |
# - name: 'Comment merge command' | |
# uses: actions/github-script@v3 | |
# with: | |
# github-token: ${{secrets.TYPESTACK_BOT_TOKEN }} | |
# script: | | |
# await github.issues.createComment({ | |
# owner: context.repo.owner, | |
# repo: context.repo.repo, | |
# issue_number: context.issue.number, | |
# body: '@dependabot squash and merge' | |
# }) |