Skip to content

Commit

Permalink
even more fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana committed Jan 6, 2025
1 parent e23eeac commit 1c3d945
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-modification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ jobs:
echo "out=$(gh api /repos/${{ github.repository }}/contents/active-branches.json --jq '.content | @base64d')" >> $GITHUB_OUTPUT
- id: get-recent-prs
run: |
prs=$(gh pr list --json number,title,url --search "updated:>=$(date --date='${{ env.LOOK_BACK }} ago' +'%Y-%m-%dT%H:%M:%S%z') -author:app/github-actions -author:dependabot")
prs=$(gh pr list -R ${{ github.repository }} --json number,title,url --search "updated:>=$(date --date='${{ env.LOOK_BACK }} ago' +'%Y-%m-%dT%H:%M:%S%z') -author:app/github-actions -author:dependabot")
echo "out=$prs" >> $GITHUB_OUTPUT
- run: |
echo "---recent PRs---"
echo ${{ steps.get-recent-prs.outputs.out }}
echo "---active branches---"
echo ${{ steps.active-branches.outputs.out }}
pr-comment:
needs: find-prs
Expand Down

0 comments on commit 1c3d945

Please sign in to comment.