mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
27 lines
691 B
YAML
27 lines
691 B
YAML
name: Tidelift Align
|
|
on:
|
|
schedule:
|
|
- cron: "30 2 * * *" # daily at 02:30 UTC
|
|
push:
|
|
paths:
|
|
- ".github/workflows/tidelift.yml"
|
|
pull_request:
|
|
paths:
|
|
- ".github/workflows/tidelift.yml"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
if: github.repository_owner == 'python-pillow'
|
|
name: Run Tidelift to ensure approved open source packages are in use
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: Scan
|
|
uses: tidelift/alignment-action@main
|
|
env:
|
|
TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }}
|
|
TIDELIFT_ORGANIZATION: team/aclark4life
|
|
TIDELIFT_PROJECT: pillow
|