1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

ci: remove automation for adding issues to backlog project

This commit is contained in:
vdovhanych 2022-05-06 09:48:21 +02:00 committed by matejcik
parent 692ea1415e
commit 396d81f272

View File

@ -12,14 +12,6 @@ jobs:
gh-automate-projects:
runs-on: ubuntu-latest
steps:
- name: Add new issue to the Backlog 🗂 project board
if: github.event_name == 'issues' && github.event.action == 'opened'
run: |
gh issue edit $ISSUE --add-project "Backlog 🗂"
env:
ISSUE: ${{github.event.issue.html_url}}
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
- name: Add new pull request to the Pull Requests project board
if: github.event_name == 'pull_request' && github.event.action == 'opened'
run: gh pr edit $PULL_REQUEST --add-project "Pull Requests"