Skip to content

Create hello.cpp

Create hello.cpp #2

Workflow file for this run

name: Auto-Approve PR
on:
pull_request:
types:
- opened # Trigger on new PRs
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: Auto-Approve PR
with:
github-token: ${{ secrets.GITHUB_TOKEN }}