Sha256: 9bd158f6881d70e10fab53829a4c6de0716facc8e589b918c608d68cbf627e76

Contents?: true

Size: 617 Bytes

Versions: 9

Compression:

Stored size: 617 Bytes

Contents

name: Auto approve dependency upgrades and hot-fix PRs
on:
  pull_request_target:
    types: [labeled, unlabeled, edited, ready_for_review, review_requested, auto_merge_enabled]

jobs:
  auto-approve:
    runs-on: ubuntu-latest
    steps:
      - uses: hmarr/auto-approve-action@v3
        if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' || contains(github.event.pull_request.labels.*.name, 'HOTFIX-AUTO-APPROVE') || contains(github.event.pull_request.labels.*.name, 'dependencies')
        with:
          github-token: "${{ secrets.GITHUB_TOKEN }}"

Version data entries

9 entries across 9 versions & 5 rubygems

Version Path
rack-graphql-3.6.0 .github/workflows/auto-approve.yml
salesforce_streamer-2.11.1 .github/workflows/auto-approve.yml
salesforce_streamer-2.11.0 .github/workflows/auto-approve.yml
graphql-pagination-2.2.0 .github/workflows/auto-approve.yml
salesforce_streamer-2.10.0 .github/workflows/auto-approve.yml
fishplate-7.1.3.0 .github/workflows/auto-approve.yml
vidar-1.10.0 .github/workflows/auto-approve.yml
rack-graphql-3.5.0 .github/workflows/auto-approve.yml
vidar-1.9.4 .github/workflows/auto-approve.yml