Skip to content

Bump pin-project from 1.0.4 to 1.1.2 #38

Bump pin-project from 1.0.4 to 1.1.2

Bump pin-project from 1.0.4 to 1.1.2 #38

Workflow file for this run

name: Check labels
on:
pull_request:
types: [labeled, opened, synchronize, unlabeled]
jobs:
check-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check labels
run: bash ${{ github.workspace }}/.maintain/github/check_labels.sh
env:
GITHUB_PR: ${{ github.event.pull_request.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}