Skip to content

Update README.md

Update README.md #2

name: Ogranize Approved
on:
push:
branches:
- main
workflow_dispatch:
jobs:
organize-approved:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run script
run: bash .github/scripts/organize_approved.sh
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Organize Approved'