Files
micro-server-tcp/.github.old/workflows/autoapprove.yml
pugnack 72f3f19b2f
All checks were successful
coverage / build (push) Successful in 1m16s
test / test (push) Successful in 3m38s
[v3] update ci (#208)
* rename .github to .github.old

* update readme

* rename .gitea to .github

* update ci

* fix linters
2025-05-05 18:01:26 +03:00

20 lines
442 B
YAML

name: "autoapprove"
on:
pull_request_target:
types: [assigned, opened, synchronize, reopened]
permissions:
pull-requests: write
contents: write
jobs:
autoapprove:
runs-on: ubuntu-latest
steps:
- name: approve
uses: hmarr/auto-approve-action@v3
if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
id: approve
with:
github-token: ${{ secrets.GITHUB_TOKEN }}