Skip to content

Commit

Permalink
Add PR Labeler to label Snowpark pandas PRs. (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rdurrani authored May 23, 2024
1 parent ee931fe commit 3570632
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
snowpark-pandas:
- changed-files:
- any-glob-to-any-file:
- src/snowflake/snowpark/modin/**
- tests/integ/modin/**
17 changes: 17 additions & 0 deletions .github/workflows/label_snowpark_pandas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Snowpark pandas PR Labeler"

on:
pull_request:
types: [opened, synchronize]
branches:
- main

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: label-the-pr
uses: actions/labeler@v5

0 comments on commit 3570632

Please sign in to comment.