1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-12-12 19:18:26 +02:00
awesome-rust/.github/workflows/approve.yml

17 lines
421 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
runs-on: ubuntu-latest
steps:
- name: Automatic Approve
uses: mheap/automatic-approve-action@v1.1.0
with:
2021-08-08 21:05:12 +02:00
token: ${{ secrets.GITHUB_TOKEN }}
2021-08-14 13:04:07 +02:00
workflows: "rust.yml,lint.yml"
2021-08-08 21:05:12 +02:00
dangerous_files: src/main.rs,Cargo.toml,Cargo.lock