mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-22 02:51:54 +00:00
Disable issue-manager workflow on forks
This commit is contained in:
parent
031f4efbd0
commit
5916b88097
1 changed files with 3 additions and 1 deletions
4
.github/workflows/issue-manager.yml
vendored
4
.github/workflows/issue-manager.yml
vendored
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue