Skip to content

Commit

Permalink
Updated extension
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Jan 26, 2022
1 parent 0edc57f commit 934675f
Show file tree
Hide file tree
Showing 12 changed files with 1,086 additions and 5,507 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/assign-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Automatic addition of PRs to the pending reviews list
on:
pull_request:
types: [opened, labeled]
jobs:
assign-project:
name: Add card to pending review
if: ${{ contains(github.event.pull_request.labels.*.name, '✨ New extension') || contains(github.event.pull_request.labels.*.name, '🔄 Extension update') }}
runs-on: ubuntu-latest
steps:
- name: Add card to pending review
uses: peter-evans/create-or-update-project-card@v1
with:
project-name: Extensions review
column-name: Needs review
issue-number: ${{ github.event.number }}
Loading

0 comments on commit 934675f

Please sign in to comment.