Skip to content

Commit

Permalink
Merge pull request #43182 from NipunaMadhushan/fix-trasfering-doc-issues
Browse files Browse the repository at this point in the history
Remove transfering API doc issues
  • Loading branch information
NipunaMadhushan authored Jul 29, 2024
2 parents 51bdd8e + 3e07ab7 commit 0b2364e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/automate_issue_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
ISSUE: ${{ github.event.issue.number }}

- name: Check for APIDocs related issue
if: ${{ contains(github.event.issue.body, '-> API Docs') }}
run: gh issue transfer $ISSUE "ballerina-platform/ballerina-dev-tools"
env:
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
ISSUE: ${{ github.event.issue.number }}

- name: Check for Debugger related issue
if: ${{ contains(github.event.issue.body, '-> Debugger') }}
run: |
Expand Down

0 comments on commit 0b2364e

Please sign in to comment.