Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Convert GitHub Actions files to new format #18359

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

jugglinmike
Copy link
Contributor

GitHub.com is changing the supported configuration file format for its
"Actions" feature [1]. Update to the new format.

This change set was produced using the tooling provided by GitHub.com
[2].

[1] > The documentation at https://developer.github.com/actions and
> support for the HCL syntax in GitHub Actions will be deprecated on
> September 30, 2019. Documentation for the new limited public beta
> using the YAML syntax is available on https://help.github.com. See
> "Automating your workflow with GitHub Actions" for documentation
> using the YAML syntax.

https://developer.github.com/actions/

[2] https://github.com/actions/migrate


Although I used GitHub-provided tools to make this change, we should still take care when merging it. I'll be available to support that starting at 11:00 EDT on 2019-08-12.

GitHub.com is changing the supported configuration file format for its
"Actions" feature [1]. Update to the new format.

This change set was produced using the tooling provided by GitHub.com
[2].

[1] > The documentation at https://developer.github.com/actions and
    > support for the HCL syntax in GitHub Actions will be deprecated on
    > September 30, 2019. Documentation for the new limited public beta
    > using the YAML syntax is available on https://help.github.com. See
    > "Automating your workflow with GitHub Actions" for documentation
    > using the YAML syntax.

    https://developer.github.com/actions/
[2] https://github.com/actions/migrate
@wpt-pr-bot
Copy link
Collaborator

There are no reviewers for this pull request. Please reach out on W3C's irc server (irc.w3.org, port 6665) on channel #testing (web client) to get help with this. Thank you!

@jugglinmike
Copy link
Contributor Author

We'll need to opt in to GitHub's new system before GitHub will recognize the files introduced by this patch:

2019-08-09-new-actions-opt-in

Limited testing in the wpt-actions-test repository has been positive so far.

@jgraham jgraham merged commit c9280b1 into web-platform-tests:master Aug 12, 2019
jugglinmike added a commit to bocoup/wpt that referenced this pull request Aug 12, 2019
Previously, we identified a problem when attempting to run a GitHub
Action for the "pull_request" event when the underlying branch had been
deleted [1]. By migrating to the latest GitHub Action beta release [2],
we've since gained more insight into the process and more control over
its behavior.

Alter the configuration for the new "checkout" Step to consistently
check out the `master` branch. Update the Action specifier to reference
a stable release of the Action.

[1] web-platform-tests#18286
[2] web-platform-tests#18359
jugglinmike added a commit that referenced this pull request Aug 20, 2019
* [ci] Check out master when managing tags & labels

Previously, we identified a problem when attempting to run a GitHub
Action for the "pull_request" event when the underlying branch had been
deleted [1]. By migrating to the latest GitHub Action beta release [2],
we've since gained more insight into the process and more control over
its behavior.

Alter the configuration for the new "checkout" Step to consistently
check out the `master` branch. Update the Action specifier to reference
a stable release of the Action.

[1] #18286
[2] #18359

* fixup! [ci] Check out master when managing tags & labels
natechapin pushed a commit to natechapin/wpt that referenced this pull request Aug 23, 2019
…#18393)

* [ci] Check out master when managing tags & labels

Previously, we identified a problem when attempting to run a GitHub
Action for the "pull_request" event when the underlying branch had been
deleted [1]. By migrating to the latest GitHub Action beta release [2],
we've since gained more insight into the process and more control over
its behavior.

Alter the configuration for the new "checkout" Step to consistently
check out the `master` branch. Update the Action specifier to reference
a stable release of the Action.

[1] web-platform-tests#18286
[2] web-platform-tests#18359

* fixup! [ci] Check out master when managing tags & labels
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Aug 27, 2019
… & labels, a=testonly

Automatic update from web-platform-tests
[ci] Check out master when managing tags & labels (#18393)

* [ci] Check out master when managing tags & labels

Previously, we identified a problem when attempting to run a GitHub
Action for the "pull_request" event when the underlying branch had been
deleted [1]. By migrating to the latest GitHub Action beta release [2],
we've since gained more insight into the process and more control over
its behavior.

Alter the configuration for the new "checkout" Step to consistently
check out the `master` branch. Update the Action specifier to reference
a stable release of the Action.

[1] web-platform-tests/wpt#18286
[2] web-platform-tests/wpt#18359

* fixup! [ci] Check out master when managing tags & labels

--

wpt-commits: 6e9bf9411482aa2d931c005ad66750414b6a5fee
wpt-pr: 18393
xeonchen pushed a commit to xeonchen/gecko that referenced this pull request Aug 27, 2019
… & labels, a=testonly

Automatic update from web-platform-tests
[ci] Check out master when managing tags & labels (#18393)

* [ci] Check out master when managing tags & labels

Previously, we identified a problem when attempting to run a GitHub
Action for the "pull_request" event when the underlying branch had been
deleted [1]. By migrating to the latest GitHub Action beta release [2],
we've since gained more insight into the process and more control over
its behavior.

Alter the configuration for the new "checkout" Step to consistently
check out the `master` branch. Update the Action specifier to reference
a stable release of the Action.

[1] web-platform-tests/wpt#18286
[2] web-platform-tests/wpt#18359

* fixup! [ci] Check out master when managing tags & labels

--

wpt-commits: 6e9bf9411482aa2d931c005ad66750414b6a5fee
wpt-pr: 18393
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 4, 2019
… & labels, a=testonly

Automatic update from web-platform-tests
[ci] Check out master when managing tags & labels (#18393)

* [ci] Check out master when managing tags & labels

Previously, we identified a problem when attempting to run a GitHub
Action for the "pull_request" event when the underlying branch had been
deleted [1]. By migrating to the latest GitHub Action beta release [2],
we've since gained more insight into the process and more control over
its behavior.

Alter the configuration for the new "checkout" Step to consistently
check out the `master` branch. Update the Action specifier to reference
a stable release of the Action.

[1] web-platform-tests/wpt#18286
[2] web-platform-tests/wpt#18359

* fixup! [ci] Check out master when managing tags & labels

--

wpt-commits: 6e9bf9411482aa2d931c005ad66750414b6a5fee
wpt-pr: 18393

UltraBlame original commit: c883a9dca1672326ff0b5e8cdc47ae41b86fe535
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 4, 2019
… & labels, a=testonly

Automatic update from web-platform-tests
[ci] Check out master when managing tags & labels (#18393)

* [ci] Check out master when managing tags & labels

Previously, we identified a problem when attempting to run a GitHub
Action for the "pull_request" event when the underlying branch had been
deleted [1]. By migrating to the latest GitHub Action beta release [2],
we've since gained more insight into the process and more control over
its behavior.

Alter the configuration for the new "checkout" Step to consistently
check out the `master` branch. Update the Action specifier to reference
a stable release of the Action.

[1] web-platform-tests/wpt#18286
[2] web-platform-tests/wpt#18359

* fixup! [ci] Check out master when managing tags & labels

--

wpt-commits: 6e9bf9411482aa2d931c005ad66750414b6a5fee
wpt-pr: 18393

UltraBlame original commit: c883a9dca1672326ff0b5e8cdc47ae41b86fe535
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 4, 2019
… & labels, a=testonly

Automatic update from web-platform-tests
[ci] Check out master when managing tags & labels (#18393)

* [ci] Check out master when managing tags & labels

Previously, we identified a problem when attempting to run a GitHub
Action for the "pull_request" event when the underlying branch had been
deleted [1]. By migrating to the latest GitHub Action beta release [2],
we've since gained more insight into the process and more control over
its behavior.

Alter the configuration for the new "checkout" Step to consistently
check out the `master` branch. Update the Action specifier to reference
a stable release of the Action.

[1] web-platform-tests/wpt#18286
[2] web-platform-tests/wpt#18359

* fixup! [ci] Check out master when managing tags & labels

--

wpt-commits: 6e9bf9411482aa2d931c005ad66750414b6a5fee
wpt-pr: 18393

UltraBlame original commit: c883a9dca1672326ff0b5e8cdc47ae41b86fe535
@zcorpan zcorpan removed the .github label Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants