mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Merge pull request #6739 from python-pillow/kill-align
Remove Tidelift alignment action and badge
This commit is contained in:
commit
e134476cde
36
.github/workflows/tidelift.yml
vendored
36
.github/workflows/tidelift.yml
vendored
|
@ -1,36 +0,0 @@
|
||||||
name: Tidelift Align
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "30 2 * * *" # daily at 02:30 UTC
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- "Pipfile*"
|
|
||||||
- ".github/workflows/tidelift.yml"
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- "Pipfile*"
|
|
||||||
- ".github/workflows/tidelift.yml"
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
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
|
|
|
@ -54,9 +54,6 @@ As of 2019, Pillow development is
|
||||||
<a href="https://app.codecov.io/gh/python-pillow/Pillow"><img
|
<a href="https://app.codecov.io/gh/python-pillow/Pillow"><img
|
||||||
alt="Code coverage"
|
alt="Code coverage"
|
||||||
src="https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg"></a>
|
src="https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg"></a>
|
||||||
<a href="https://github.com/python-pillow/Pillow/actions/workflows/tidelift.yml"><img
|
|
||||||
alt="Tidelift Align"
|
|
||||||
src="https://github.com/python-pillow/Pillow/actions/workflows/tidelift.yml/badge.svg"></a>
|
|
||||||
<a href="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:pillow"><img
|
<a href="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:pillow"><img
|
||||||
alt="Fuzzing Status"
|
alt="Fuzzing Status"
|
||||||
src="https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.svg"></a>
|
src="https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.svg"></a>
|
||||||
|
|
|
@ -57,10 +57,6 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more <h
|
||||||
:target: https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge
|
:target: https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge
|
||||||
:alt: Tidelift
|
:alt: Tidelift
|
||||||
|
|
||||||
.. image:: https://github.com/python-pillow/Pillow/actions/workflows/tidelift.yml/badge.svg
|
|
||||||
:target: https://github.com/python-pillow/Pillow/actions/workflows/tidelift.yml
|
|
||||||
:alt: Tidelift Align
|
|
||||||
|
|
||||||
.. image:: https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.svg
|
.. image:: https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.svg
|
||||||
:target: https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:pillow
|
:target: https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:pillow
|
||||||
:alt: Fuzzing Status
|
:alt: Fuzzing Status
|
||||||
|
|
Loading…
Reference in New Issue
Block a user