Skip to content

Collect eviction statistics for expired entries #46

Collect eviction statistics for expired entries

Collect eviction statistics for expired entries #46

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 }}