Skip to content

Commit

Permalink
Pr labeler (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Dec 23, 2021
1 parent a4a8854 commit 999e66c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
python:
- py-polars/**/*
node-js:
- nodejs-polars/**/*
rust:
- polars/**/*
2 changes: 1 addition & 1 deletion .github/workflows/create-js-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: bindings-x86_64-apple-darwin
path: nodejs-polars/polars
path: nodejs-polars
- name: Run test
run: yarn test

Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion nodejs-polars/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
16

0 comments on commit 999e66c

Please sign in to comment.