Skip to content

fix(friends): Fix did hash for outgoing/incoming being reversed #701

fix(friends): Fix did hash for outgoing/incoming being reversed

fix(friends): Fix did hash for outgoing/incoming being reversed #701

Workflow file for this run

name: Remove All Labels
on:
pull_request:
types: [closed]
jobs:
remove_labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rogerluan/label-remover@v1.0.1
with:
github_token: ${{ secrets.github_token }}