Skip to content

Commit

Permalink
ci: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored and splincode committed Oct 1, 2024
1 parent c2be557 commit 12f2594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/assign-author.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🤖 PR author as an assignee
on:
pull_request:
types: [opened]

jobs:
assign:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/auto/approve/[email protected]
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected]
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down

0 comments on commit 12f2594

Please sign in to comment.