Skip to content

Commit

Permalink
chore(ci): initial work
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Feb 18, 2025
1 parent aae94ce commit e8b2730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:

- name: Add PR to Project
id: project_add
run: echo "ITEM_ID=$(gh project item-add 16 --owner kestra-io --url ${{ github.event.pull_request.html_url }} --json id --jq '.id')" >> $GITHUB_ENV
run: |
ITEM_ID=$(gh project item-add 16 --owner kestra-io --url https://github.com/kestra-io/kestra/pull/7447 | grep -oP '"id":\s*\K\d+')
echo "ITEM_ID=$ITEM_ID" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit e8b2730

Please sign in to comment.