Update and rename .github/workflows/pull_request_opened.yml to .github/disabled-workflows/pull_request_opened.yml

This commit is contained in:
Tim Donohue
2020-07-16 14:20:15 -05:00
committed by GitHub
parent a38df3811b
commit cf2759f6ca

View File

@@ -1,4 +1,6 @@
# This workflow runs whenever a new pull request is created
# TEMPORARILY DISABLED. Unfortunately this doesn't work for PRs created from forked repositories (which is how we tend to create PRs).
# There is no known workaround yet. See https://github.community/t/how-to-use-github-token-for-prs-from-forks/16818
name: Pull Request opened
# Only run for newly opened PRs against the "main" branch