Investigate sim_data
in BetaGeoNBDRV
#176
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Taken from scikit-learn repo | |
# https://github.com/scikit-learn/scikit-learn/blob/main/.github/workflows/label-blank-issue.yml | |
name: Label Blank Issue | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
label-blank-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: andymckay/[email protected] | |
with: | |
add-labels: "Needs Triage" | |
ignore-if-labeled: true |