summaryrefslogtreecommitdiff
path: root/.github/workflows/create_website_pr.yml
AgeCommit message (Collapse)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-14actions: Try checkout v2.2.0Jeff Epler
This version is supposed to > Fetch all history for all tags and branches when fetch-depth=0 We leave the tags fetch in place so that actions _in cloned repos_ work. Cloned repos' tags do not necessarily match adafruit/circuitpython, but we want version reporting to be able to use adafruit/circuitpython tags when they are most relevant according to "git describe"'s heuristics. Submodules are different, as they always point to the repo specified in .gitmodules, so they don't need special handling to get the most relevant tags.
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-04-11switch to checkout@v2 with submodules and fetch-depth 0Jeff Epler
In order to get tags, including in submodules, we use our own fetching procedure on top of checkout@v2. A problem occuring in about 1% of jobs was that some submodules inexplicably did not have an "origin" remote configured. "git submodule sync" configures the "origin" remote in those cases. No cause for the problem was determined. Besides keeping up to date on actions/checkout, @v2 is supposed to fix a bug where "re-run" of a pull request would fail checking out the code.
2020-04-01workflows: use current (3.8) pythonJeff Epler
now the need for 3.5 has been fixed
2019-10-14Switch to the new release event type filterScott Shawcroft
Fixes #2201
2019-09-03Swap to Blinka access token to hopefully not hit rate limitScott Shawcroft
2019-08-27Swap the CI to GitHub Actions from TravisScott Shawcroft