Disable issue-manager workflow on forks

This commit is contained in:
Bruno Alla 2021-12-06 12:01:31 +00:00
parent 031f4efbd0
commit 5916b88097

View File

@ -12,12 +12,14 @@ on:
jobs:
issue-manager:
# Disables this workflow from running in a repository that is not part of the indicated organization/user
if: github.repository_owner == 'cookiecutter'
runs-on: ubuntu-latest
steps:
- uses: tiangolo/issue-manager@0.4.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: >
{
"answered": {