Wilken Rivera
acd67d5ba0
Bump issues-labeler to proper version
2021-11-16 11:36:19 -05:00
dependabot[bot]
7f1e6f40d8
Bump andymckay/labeler from 1.0.3 to 1.0.4
...
Bumps [andymckay/labeler](https://github.com/andymckay/labeler ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/andymckay/labeler/releases )
- [Commits](https://github.com/andymckay/labeler/compare/1.0.3...1.0.4 )
---
updated-dependencies:
- dependency-name: andymckay/labeler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
2021-10-12 07:50:03 +00:00
dependabot[bot] and Wilken Rivera
01483c4d72
Bump dessant/lock-threads from 2 to 3 ( #11293 )
...
* Bump dessant/lock-threads from 2 to 3
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 2 to 3.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
* Update input names for latest version
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wilken Rivera <[email protected] >
2021-10-04 10:30:58 -04:00
dependabot[bot]
b0f6f72f3a
Bump andymckay/labeler from 1.0.2 to 1.0.3 ( #11160 )
...
Bumps [andymckay/labeler](https://github.com/andymckay/labeler ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/andymckay/labeler/releases )
- [Commits](https://github.com/andymckay/labeler/compare/1.0.2...1.0.3 )
---
updated-dependencies:
- dependency-name: andymckay/labeler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-20 10:52:46 -04:00
Wilken Rivera
d9d3ed6a9e
Replace HashiBot with GitHub action for remote-plugin issue migration ( #11125 )
...
This changes removes the use of HashiBot for migrating issues labels
with remote-plugin/* to their respective plugin repositories. The GitHub
action has feature parity with HashiBot so the migration should work as
it did before.
The GitHub action closes the original issues and creates a new issue on
the remote plugin repository with the original contents of the issue to
preserve history. We chose not to go with GitHub's issue transfer option
because it completely moves the issue to the target repo, meaning there
is not history that it was ever created on the original repository.
In the future, we will look to add an action for closing remote-plugin
issues that we no longer have access to.
Closes : #11043
2021-06-30 14:49:14 -04:00
Wilken Rivera
1aa7a1b3f8
workflows/issue-comment-created.yml: Add GH token input
...
Addresses reported error at
https://github.com/hashicorp/packer/runs/2722241524?check_suite_focus=true
2021-06-01 20:45:34 -04:00
Wilken Rivera
488e6d80aa
.github/workflows/lock.yml: Fix ISO 8601 date format
2021-05-27 13:50:05 -04:00
Wilken Rivera
0a05b834d7
remove hashibot ( #11053 )
...
* Replace `closed_issue_locker` HashiBot action with GitHub action
Related to: #11043
* Replace with GitHub action
* Replace with GitHub action
2021-05-27 12:58:58 -04:00
Zachary Shilton
17899731ea
website: support hidden pages in nav-data ( #10993 )
...
* website: bump to docs-page prerelease with hidden page support
* website: remove temporary check for hidden pages, now covered by docs-page
* website: bump to stable docs-page, w next-mdx-remote bump
* website: bump to latest markdown-page
2021-05-06 13:19:26 -04:00
Zachary Shilton
95ed4443bb
website: check for unlinked content, rm split-out vagrant content ( #10958 )
2021-04-23 17:04:20 +02:00
Sylvia Moss
0bd7b20bb8
website: add the possibility to fetch a local docs.zip for remote plugins ( #10973 )
2021-04-23 16:33:32 +02:00
Zachary Shilton
cbe06050b4
website: enable plugin tier override ( #10919 )
...
* website: enable plugin tier override
* website: validate remote plugins config pluginTier
2021-04-20 10:28:41 -04:00
Zach Shilton
b780da5750
website: run plugin docs check also on schedule
2021-03-20 21:59:34 -04:00
Zach Shilton
c100b56d44
website: clarify error message in plugin config check
2021-03-20 21:50:20 -04:00
Zach Shilton
fb0886b724
website: Implement basic validation for plugin docs config
2021-03-20 21:35:46 -04:00
Zach Shilton
1d485988ea
website: bump timeout for vercel build polling
2021-03-18 15:31:04 -04:00
Zach Shilton
26a572270d
website: add github action to flag plugin-docs issues
2021-03-18 12:25:36 -04:00
Wilken Rivera and Adrien Delorme
ea7fef699f
Test against deployment url ( #10501 )
...
* Test against deployment url
* Remove infinite redirect configuration
* Add DEPLOYMENT_URL for builds against master
* website: Update README
* tip on seconds
* Test with GHA timeout_minutes clause
* Add continue on error for poll job
* Add empty url check
* Move to pull-request path filter
* Remove www for packer.io
* Apply suggestions from code review
* Update path filter
Vercel deploys on any change under the website directory.
* Use custom action as test
Co-authored-by: Adrien Delorme <[email protected] >
2021-01-25 10:28:34 -05:00
Wilken Rivera
7b793cefb1
Add GHA to check for broken links on pull-request
...
- Add scheduled cron job for checking against master
- Change configuration file path
2021-01-06 16:26:57 -05:00
Wilken Rivera
156b6ac2b4
Update GitHub action ( #9774 )
...
Ignore issue events triggered by pull_requests
2020-08-17 13:35:19 +02:00
Wilken Rivera
9ad4c7c5fe
.github/workflows/issues: Add milestone labeling action
...
This change adds a GitHub action that will automatically apply the
`track-internal` label to any issue that is added to an existing Packer
milestone.
2020-06-10 15:10:48 -04:00