Skip to content

Commit 91b8ca1

Browse files
authored
Merge pull request #12 from ARPC/copilot/fix-11
Update dependabot-tickets workflow to v0.2.4 and add ignore_fb_error parameter
2 parents c4c6c96 + 15ba272 commit 91b8ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependabot-tickets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ jobs:
1212
steps:
1313
- name: Step 1
1414
id: step_1
15-
uses: ARPC/dependabot-tickets@v0.2.2
15+
uses: ARPC/dependabot-tickets@v0.2.4
1616
with:
1717
fogbugz_api_url: ${{ secrets.FOGBUGZ_API_URL}}
1818
fogbugz_token: ${{ secrets.FOGBUGZ_API_TOKEN }}
1919
fogbugz_project: ${{ secrets.FOGBUGZ_PROJECT }}
2020
fogbugz_category: ${{ secrets.FOGBUGZ_CATEGORY}}
21+
ignore_fb_error: true
2122
planview_api_url: ${{ secrets.PLANVIEW_API_URL }}
2223
planview_auth: ${{ secrets.LEANKIT_AUTH }}
2324
planview_board_id: ${{ secrets.PLANVIEW_BOARD_ID }}

0 commit comments

Comments
 (0)