This commit is contained in:
Harsh Shandilya 2023-01-12 16:53:42 +05:30
parent c769d169a0
commit 19b22ae361
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ jobs:
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
issue_number: context.payload.number,
body: `This PR is targeting the main branch but did not originate from staging, please make sure this intentional`,
body: `## :warning: Warning :warning:\nThis PR is targeting the main branch but did not originate from staging, please make sure this is intentional`,
});