Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenkyDema committed Jul 9, 2024
2 parents 00e55ed + 2b85c46 commit 8d342c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
access_token: ${{ github.token }}
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
MERGE_FILTER_AUTHOR: "dependabot"
LOG: "TRACE"
MERGE_METHOD: "squash"

- name: feedback
if: steps.automerge.outputs.mergeResult == "merged"
if: ${{ steps.automerge.outputs.mergeResult == 'merged' }}
run: |
echo "Pull request ${{ steps.automerge.outputs.pullRequestNumber }} merged!"
echo "Pull request ${{ steps.automerge.outputs.pullRequestNumber }} merged!"

0 comments on commit 8d342c2

Please sign in to comment.