PHP Classes

File: .github/workflows/sync.yml

Recommend this page to a friend!
  Packages of Raul   Disposable Email Blocker Core   .github/workflows/sync.yml   Download  
File: .github/workflows/sync.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Disposable Email Blocker Core
Detect disposable or temporary email addresses
Author: By
Last change:
Date: 1 month ago
Size: 531 bytes
 

Contents

Class file image Download
name: Sync Files on: push: branches: [main] paths: - '.github/ISSUE_TEMPLATE/**' - '.github/PULL_REQUEST_TEMPLATE.md' - '.coderabbit.yaml' - 'CONTRIBUTING.md' - '.github/sync.yml' workflow_dispatch: jobs: sync: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - name: Run Repo File Sync uses: BetaHuhn/repo-file-sync-action@v1 with: GH_PAT: ${{ secrets.GH_PAT }} COMMIT_PREFIX: "chore(sync):" PR_LABELS: sync