Skip to content

Bump react-router-dom from 6.28.0 to 7.1.1 in /src #3175

Bump react-router-dom from 6.28.0 to 7.1.1 in /src

Bump react-router-dom from 6.28.0 to 7.1.1 in /src #3175

Workflow file for this run

name: action-jira-linker
on: [pull_request]
jobs:
action-jira-linker:
runs-on: ubuntu-latest
steps:
- uses: exogee-technology/action-jira-linker@v1.2.0
# We don't want to try to link JIRA issues if we're running from an external collaborator / dependabot / etc as
# none of these secrets will be available to us and it'll just error.
if: github.secret_source == 'Actions'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_TOKEN }}
jira-user: ${{ secrets.JIRA_USER }}
jira-base-url: https://exogee.atlassian.net
comment-header: "If you work at [Exogee](https://exogee.com), you can find more information about this pull request in JIRA.\n\n---\n\n"