Skip to content

Commit

Permalink
Update autocomment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
suhanipaliwal authored May 25, 2024
1 parent a9c2ed8 commit 1f2f4a5
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 1f2f4a5

Please sign in to comment.