Skip to content

chore(main): release 0.1.16 #153

chore(main): release 0.1.16

chore(main): release 0.1.16 #153

Workflow file for this run

name: Auto Approve
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch: {}
permissions:
contents: read
concurrency:
group: auto-approve-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
jobs:
auto-approve:
name: Auto Approve
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
pull-requests: write
if: >
github.actor == 'SebTardif' ||
github.actor == 'dependabot[bot]'
steps:
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Auto Approve
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0