Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 (#920) #367

Bump follow-redirects from 1.15.2 to 1.15.4 (#920)

Bump follow-redirects from 1.15.2 to 1.15.4 (#920) #367

name: Release Drafter
on:
push:
branches:
- master
- v2
jobs:
correct_repository:
runs-on: ubuntu-latest
steps:
- name: fail on fork
if: github.repository_owner != 'chartjs'
run: exit 1
update_release_draft:
needs: correct_repository
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}