1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-04 23:21:17 -05:00

fix: milestone again again again again again

This commit is contained in:
diced 2023-03-31 22:07:17 -07:00
parent 8649a489d8
commit c57a6e1700
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -6,14 +6,15 @@ on:
issues:
types: [opened, reopened]
permissions:
issues: write
checks: write
contents: read
pull-requests: write
jobs:
set:
runs-on: ubuntu-latest
permissions:
issues: write
checks: write
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v2