PHP Classes

File: vendor/wp-cli/wp-cli/.github/workflows/automerge.yml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/wp-cli/wp-cli/.github/workflows/automerge.yml   Download  
File: vendor/wp-cli/wp-cli/.github/workflows/automerge.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 19 days ago
Size: 428 bytes
 

Contents

Class file image Download
name: Automatic Merge on: workflow_dispatch: schedule: # https://crontab.guru/every-hour - cron: 0 * * * * jobs: merge: name: Merge Pull Requests runs-on: ubuntu-latest if: ${{ github.repository_owner == 'wp-cli' }} steps: - name: Merge uses: nucleos/auto-merge-action@1.3.0 env: "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }} with: label: automerge