Pillow/.github/workflows/tidelift.yml

32 lines
760 B
YAML
Raw Normal View History

2021-10-14 20:42:18 +03:00
name: Tidelift Align
2021-12-01 21:58:13 +03:00
on:
schedule:
- cron: "30 2 * * *" # daily at 02:30 UTC
push:
paths:
2022-04-18 12:10:11 +03:00
- "Pipfile*"
2021-12-01 21:58:13 +03:00
- ".github/workflows/tidelift.yml"
pull_request:
paths:
2022-04-18 12:10:11 +03:00
- "Pipfile*"
2021-12-01 21:58:13 +03:00
- ".github/workflows/tidelift.yml"
workflow_dispatch:
2021-10-14 20:42:18 +03:00
permissions:
contents: read
2021-10-14 20:42:18 +03:00
jobs:
build:
if: github.repository_owner == 'python-pillow'
2021-10-14 20:42:18 +03:00
name: Run Tidelift to ensure approved open source packages are in use
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
2021-10-14 20:42:18 +03:00
- name: Scan
uses: tidelift/alignment-action@main
2021-10-14 20:42:18 +03:00
env:
TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }}
2021-12-01 22:15:40 +03:00
TIDELIFT_ORGANIZATION: team/aclark4life
TIDELIFT_PROJECT: pillow