Skip to content

Bump net-imap from 0.6.4 to 0.6.4.1 #3103

Bump net-imap from 0.6.4 to 0.6.4.1

Bump net-imap from 0.6.4 to 0.6.4.1 #3103

Workflow file for this run

name: Pull Request Labels
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
check-labels:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Check for Pull Request Labels
shell: bash
run: |
bin/check_pr_labels "$(gh pr view --json labels ${{ github.event.pull_request.number }})"