Skip to content

Commit

Permalink
Update and rename approve.yaml to autoapprove.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Nov 23, 2024
1 parent c220099 commit 7ef9e52
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Approve
name: Autoapprove

on:
pull_request:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * 0'
workflow_dispatch:

concurrency:
Expand All @@ -11,6 +12,8 @@ concurrency:
jobs:
approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- run: |
curl --no-progress-meter -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ github.repository }}/pulls?per_page=100 \
Expand Down

0 comments on commit 7ef9e52

Please sign in to comment.