(maint) Remove Detail Required label #107
This file contains hidden or 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: Sync Files | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/[email protected] | |
| - name: Run GitHub File Sync | |
| uses: BetaHuhn/repo-file-sync-action@v1 | |
| with: | |
| GH_PAT: ${{ secrets.SYNC_TOKEN }} | |
| PR_LABELS: Build Automation | |
| COMMIT_PREFIX: "(maint) " | |
| # TEAM_REVIEWERS: "" # Placed as reference in case we want to automatically add a reviewer |