Skip to content

Commit e05f858

Browse files
committed
Update OCA workflows
1 parent ffb5842 commit e05f858

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/oca-slack-pr-created.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
id: checkpoint
2424
shell: pwsh
2525
run: |
26+
echo "Requester: ${{ github.event.pull_request.user.login) }}"
2627
$isOcaParticipant = "${{ contains(secrets.OCA_PARTICIPANTS, github.event.pull_request.user.login) }}"
2728
2829
echo "::set-output name=isOcaParticipant::$isOcaParticipant"

.github/workflows/oca-slack-pr-updated.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
id: checkpoint
2424
shell: pwsh
2525
run: |
26+
echo "Requester: ${{ github.event.pull_request.user.login) }}"
2627
$isOcaParticipant = "${{ contains(secrets.OCA_PARTICIPANTS, github.event.pull_request.user.login) }}"
2728
2829
echo "::set-output name=isOcaParticipant::$isOcaParticipant"

0 commit comments

Comments
 (0)