Skip to content

Commit

Permalink
removing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaddell committed Oct 26, 2024
1 parent a0a0b60 commit 2519f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: gh pr view || gh pr create -d -B "main" -l "auto-pr" -t "${{ github.ref_name }}" -b ""
- run: gh pr view || gh pr create -d -B "main" -t "${{ github.ref_name }}" -b ""
env:
GH_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion workflow-templates/auto-add-to-pr-and-redmine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- id: open-pr
run: |
gh pr view && echo "pr_created=false" >> $GITHUB_OUTPUT || {
gh pr create -d -B $default-branch -l "auto-pr" -t "${{ github.ref_name }}" -b ""
gh pr create -d -B $default-branch -t "${{ github.ref_name }}" -b ""
echo "pr_number=$(gh pr view --json number -q .number || echo "")" >> $GITHUB_OUTPUT
echo "pr_url=$(gh pr view --json url -q .url || echo "")" >> $GITHUB_OUTPUT
echo "pr_created=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2519f20

Please sign in to comment.