You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] GitHub Actions support for PR testing and automerger (#526)
* [CI] GitHub Actions support for PR testing and automerger
* Fix python lint failures
* Drop License header check and unacceptable lang from GitHub Actions
* Don't run linux test in parallel
* Update the linux actions to build only for now.
* Split up the line to avoid length issue with python linter
* Only build for Windows and disable the static sdk for now
# In the first period after branching the release branch,
3
+
# we typically want to include many changes from `main` in the release branch.
4
+
# This workflow automatically creates a PR to merge the release branch into the main.
5
+
# Later in the release cycle we should stop this practice to avoid landing risky changes by disabling this workflow.
6
+
# To do so, disable the workflow as described in https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow
if: (github.event_name == 'schedule' && github.repository == 'swiftlang/swift-tools-support-core') || (github.event_name != 'schedule') # Ensure that we don't run this on a schedule in a fork
0 commit comments