Auto Accept Collabs #5911
This file contains 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: Auto Accept Collabs | |
on: | |
push: | |
branches: | |
- master | |
- main | |
schedule: | |
- cron: 0 * * * * | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
auto_accept_collab: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Fetching Local Repository | |
uses: actions/checkout@master | |
- name: Auto Accept Collabs | |
uses: kbrashears5/github-action-auto-accept-collabs@main | |
with: | |
TOKEN: ${{ secrets.TOKEN }} |