bson 3.1.0

Encoding and decoding support for BSON in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---

name: Remove Labels
on:
  issue_comment:
    types: [created, edited]
jobs:
  remove-labels:
    if: ${{ github.actor != 'Tom Selander' &&  github.actor != 'patrickfreed'
        && github.actor != 'abr-egn' && github.actor != 'isabelatkinson'}}
    runs-on: ubuntu-latest
    steps:
      - name: initial labeling
        uses: andymckay/labeler@master
        with:
          remove-labels: "waiting-for-reporter, Stale"