Skip to content
Snippets Groups Projects
Commit 88c10259 authored by Diogo Mendes's avatar Diogo Mendes
Browse files

Force conflict

parent 077a9f38
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ jobs:
- uses: actions/github-script@v4
with:
script: |
const core = require('@actions/core');
const { GITHUB_SERVER_URL, GITHUB_REPOSITORY, GITHUB_RUN_ID} = process.env;
const runUrl = `${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}`
const author = context.payload.comment.user.login;
......@@ -129,3 +130,4 @@ jobs:
repo: context.repo.repo,
body: `@${author} could not automatically a backport PR 😩 [[Logs]](${runUrl})`
})
core.notice('Backport Failed for some reason. Please, check it.')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment