Skip to content

Bump github.com/gammazero/deque from 0.2.1 to 1.0.0 #50

Bump github.com/gammazero/deque from 0.2.1 to 1.0.0

Bump github.com/gammazero/deque from 0.2.1 to 1.0.0 #50

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened]
jobs:
assign_author:
name: Assign author to PR
runs-on: ubuntu-latest
steps:
- name: Assign author to PR
uses: technote-space/assign-author@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}