1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-03-10 17:19:28 -04:00
rust/.github/workflows/approve.yml

17 lines
424 B
YAML
Raw Normal View History

name: Automatic Approve
on:
2021-08-08 20:52:32 +02:00
schedule:
- cron: 0 0 * * *
2021-08-08 21:05:12 +02:00
workflow_dispatch:
jobs:
automatic-approve:
name: Automatic Approve
2025-01-18 11:44:45 +00:00
runs-on: ubuntu-24.04
steps:
- name: Automatic Approve
uses: mheap/automatic-approve-action@v1.1.0
with:
token: ${{ secrets.TOKEN_FOR_GITHUB }}
2021-08-14 12:04:07 +01:00
workflows: "rust.yml,lint.yml"
2021-08-08 21:05:12 +02:00
dangerous_files: src/main.rs,Cargo.toml,Cargo.lock