RUST-1998 Remove lossy utf8 as a decoder option #300
This file contains hidden or 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: | |
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" |