Skip to content

Commit

Permalink
rolled back
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 26, 2024
1 parent f5c97ad commit 7c7e421
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/new-pr-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,24 @@
# run: |
# pip install ontobot-change-agent

# - name: Run ochange
# id: ochange
# - name: Run ochange with comment-id
# if: ${{ env.comment-id != '' }}
# id: ochange_with_comment
# run: |
# cmd="ochange process-issue ${{ env.resource }} \
# ochange process-issue ${{ env.resource }} \
# -r ${{ steps.gh-script-repo.outputs.result }} \
# -n ${{ steps.gh-script-issue.outputs.result }} \
# -g ${{ secrets.GH_TOKEN }}"

# if [ "${{ needs.check.outputs.commentId }}" != "null" ]; then
# cmd="$cmd -c ${{ needs.check.outputs.commentId }}"
# fi

# echo "Running command: $cmd"
# eval $cmd
# -g ${{ secrets.GH_TOKEN }} \
# -c ${{ env.comment-id }}

# - name: Run ochange without comment-id
# if: ${{ env.comment-id == '' }}
# id: ochange_without_comment
# run: |
# ochange process-issue ${{ env.resource }} \
# -r ${{ steps.gh-script-repo.outputs.result }} \
# -n ${{ steps.gh-script-issue.outputs.result }} \
# -g ${{ secrets.GH_TOKEN }}

# - name: Clean-up
# run: rm -rf robot-plugins
Expand Down

0 comments on commit 7c7e421

Please sign in to comment.