Skip to content

Bump react-devtools-core from 4.28.0 to 4.28.4 in /mobile_code/ROSE #9

Bump react-devtools-core from 4.28.0 to 4.28.4 in /mobile_code/ROSE

Bump react-devtools-core from 4.28.0 to 4.28.4 in /mobile_code/ROSE #9

name: Dependabot auto-label
on: pull_request
permissions:
pull-requests: write
issues: write
repository-projects: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Add a label for all production dependencies
if: ${{ steps.metadata.outputs.dependency-type == 'direct:production' }}
run: gh pr edit "$PR_URL" --add-label "production"
env:
PR_URL: ${{github.event.pull_request.html_url}}