Star count had dropped so removing #2233
Workflow file for this run
This file contains hidden or 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
| name: Automatic Approve | ||
|
Check warning on line 1 in .github/workflows/approve.yml
|
||
| on: | ||
| pull_request_target: | ||
| types: [opened, reopened, synchronize] | ||
| workflow_dispatch: | ||
| jobs: | ||
| automatic-approve: | ||
| name: Automatic Approve | ||
| runs-on: ubuntu-24.04 | ||
| steps: | ||
| - name: Automatic Approve | ||
| uses: mheap/automatic-approve-action@v1.1.0 | ||
| with: | ||
| token: ${{ secrets.TOKEN_FOR_GITHUB }} | ||
| workflows: "rust.yml,lint.yml" | ||
| dangerous_files: src/main.rs,Cargo.toml,Cargo.lock | ||