Add hex pattern to octree format and add forth format idea #95
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
name: Remove Labels | |
on: | |
issues: | |
types: [closed] | |
pull_request: | |
types: [closed] | |
jobs: | |
add_labels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Remove labels | |
uses: andymckay/labeler@master | |
with: | |
remove-labels: "org:awaiting information, org:discussion, org:help wanted, org:in progress, org:on hold, org:planned, org:ready to merge, org:review" |