We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db04300 commit 2aea11bCopy full SHA for 2aea11b
.github/workflows/oca-slack-issue-commented.yaml
@@ -12,16 +12,16 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - name: Get event payload
16
- shell: pwsh
17
- run: |
18
- Write-Host '${{ toJSON(github.event) }}'
+ # - name: Get event payload
+ # shell: pwsh
+ # run: |
+ # Write-Host '${{ toJSON(github.event) }}'
19
20
- name: Get checkpoints
21
id: checkpoint
22
shell: pwsh
23
run: |
24
- $isOcaParticipant = "${{ contains(secrets.OCA_PARTICIPANTS, github.event.issue.user.login) }}"
+ $isOcaParticipant = "${{ contains(secrets.OCA_PARTICIPANTS, github.event.comment.user.login) }}"
25
26
echo "::set-output name=isOcaParticipant::$isOcaParticipant"
27
0 commit comments