Skip to content

Commit

Permalink
change context of action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Nov 20, 2023
1 parent 28d8d02 commit ca8ab0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-queue-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: billyjbryant/create-status-check@v2
with:
authToken: ${{ steps.app_token.outputs.token }}
context: 'Approved Merge Queue'
context: 'review-bot'
description: 'PRs for merge queue gets approved'
state: 'success'
sha: ${{ steps.sha.outputs.content }}

0 comments on commit ca8ab0f

Please sign in to comment.