Skip to content

Commit

Permalink
Merge pull request jfmartinz#464 from suhanipaliwal/suhanipaliwal-pat…
Browse files Browse the repository at this point in the history
…ch-1

Updated autocomment.yaml
  • Loading branch information
jfmartinz authored May 29, 2024
2 parents 5c3b1d4 + 1f2f4a5 commit d9a4ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autocomment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ permissions:

jobs:
comment:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true

runs-on: ubuntu-latest

steps:
- name: Add Comment to Issue
- name: Add Comment to Merged PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit d9a4ba1

Please sign in to comment.