Skip to content

Bump @react-native/eslint-plugin from 0.75.0-nightly-20240512-a37111a4d to 0.75.0-nightly-20240514-734ac42d6 in /amplify/amplified_todo in the amplify-amplified-todo group #31921

Bump @react-native/eslint-plugin from 0.75.0-nightly-20240512-a37111a4d to 0.75.0-nightly-20240514-734ac42d6 in /amplify/amplified_todo in the amplify-amplified-todo group

Bump @react-native/eslint-plugin from 0.75.0-nightly-20240512-a37111a4d to 0.75.0-nightly-20240514-734ac42d6 in /amplify/amplified_todo in the amplify-amplified-todo group #31921

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: configure
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
actions: read
checks: write
contents: write
deployments: none
id-token: write
issues: none
packages: none
pull-requests: write
repository-projects: read
security-events: write
statuses: write
jobs:
configure:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Pull request auto merge enabler
if: github.event_name == 'pull_request'
continue-on-error: true
uses: poad/github-pull-request-auto-merge-enable-action@v2.1.0
with:
pull_request_number: ${{ github.event.pull_request.number }}
github_token: ${{ secrets.PERSONAL_TOKEN_FOR_GITHUB_ACTIONS }}
repository: ${{ github.event.repository.name }}
owner: ${{ github.repository_owner }}
merge_method: SQUASH