Граф коммитов

34 Коммитов

Автор SHA1 Сообщение Дата
TJ Lambert 240a73d710
[Actions ] Add github actions to the ignore list (#12075)
Co-authored-by: tj_devel709 <antlambe@microsoft.com>
2021-07-07 11:50:50 -04:00
TJ Lambert f4fae43457
[Localization] Github Action Fork Check (#11900)
* adding new github action and editing existing

* making one job and adding fork statement

* adding concurrency

* reordering and name change

* Adding exit 1

* changing the check for fork

* merge conflict did not get resolved

Co-authored-by: tj_devel709 <antlambe@microsoft.com>
2021-06-11 11:25:42 -05:00
TJ Lambert 0afdfe6efa
[Localization] Adding New Github Action (In new branch) (#11848)
* adding new github action and editing existing

* making one job and adding fork statement

* adding concurrency

* reordering and name change

* Adding exit 1

Co-authored-by: tj_devel709 <antlambe@microsoft.com>
2021-06-10 16:20:11 -05:00
TJ Lambert 1a8f249b8c
changing the branch (#11826)
Co-authored-by: tj_devel709 <antlambe@microsoft.com>
2021-06-04 14:39:03 -05:00
Manuel de la Pena 671f12de65
[Actions] Remove broken action. (#11819)
Actions that are triggered from forks do not have access to the secrets
making the action fail most of the time. We have moved to a github
action in the static page repo that will clean results of closed PRs
everyday. We remove this action because is broken and not needed.
2021-06-04 13:22:54 -04:00
Manuel de la Pena ba43cba195
[Actions] Tryo to use a magic token $ (#11806)
following https://www.pinel.cc/blog/2019/11/02/private-github-actions
2021-06-03 14:02:09 -04:00
Manuel de la Pena a3772f2ab2
[Actions] Work with VSEng to fix the clean action. (#11805) 2021-06-03 12:53:59 -04:00
Manuel de la Pena 4e53d83bef
[Actions] Use the service account pat. (#11804) 2021-06-03 11:06:09 -04:00
Manuel de la Pena 92a0742ad6
[Actions] Use the correct pat. Do not make the repos to nest. (#11803) 2021-06-03 10:53:07 -04:00
Manuel de la Pena 4a699758c4
[Actions] default is main. (#11778) 2021-06-01 17:38:14 -04:00
Manuel de la Pena b1f7eb72bf
[Actions] upper path is not allowed yet the docs said nothing. (#11777) 2021-06-01 17:32:26 -04:00
Manuel de la Pena 7fa01b62a6
[Actions] name to repository and upper dir. (#11776) 2021-06-01 17:29:45 -04:00
Manuel de la Pena ba79828693
[Actions] fix steps. (#11775) 2021-06-01 17:24:03 -04:00
Manuel de la Pena b2d57c587e
[Actions] fix checkout. (#11774) 2021-06-01 17:21:32 -04:00
Manuel de la Pena 25cb1fd263
[Actions] Yaml extra key. (#11773) 2021-06-01 17:12:57 -04:00
Manuel de la Pena 64fc9a4a37
[Actions] Need to debug where is the action adding the static page. (#11772) 2021-06-01 17:04:57 -04:00
Manuel de la Pena 9aafc32110
[Action] Check for dir not file. (#11768) 2021-06-01 16:41:51 -04:00
Manuel de la Pena 882dde132a
[Actions] We do not inf data because we are not in the correct paht. (#11759) 2021-06-01 13:48:02 -04:00
Manuel de la Pena b538801293
[Action] Typo and space :/ (#11719) 2021-05-27 17:18:51 -04:00
Manuel de la Pena fb8aaf4552
[Action] If we did not have data do not fail. (#11718) 2021-05-27 17:11:52 -04:00
Manuel de la Pena 8c36e1acf2
[Action] Number is part of the event. (#11717) 2021-05-27 17:06:17 -04:00
Manuel de la Pena c5cf3aad24
[Actions] Clean data after a PR is closed. (#11715)
* [Actions] Clean data after a PR is closed.

To keep the github  webpage small we remove the data once the PR has
been closed (that means closed or merged). The data will be kept in
vsdrops, the only links that will stop working are those from the github
static webpage.

Since we are interested in making the reviewer life better this is a
good compromise.

How to avoif merge conflicts:

We want to make sure we avoid merge conflicts, this is done using two
locks:

1. macios.ci-cleanup - Lock in the xamarin-macios action that will
   ensure that we create a new branch to cleanup the data.
2. ci-results - Lock in the macios.ci action that will merge branhces
   one by one.

This repo will create a new pr that cleans the data, the macios.ci repo
will execute an action when this new branch is created and will merge it
as soon as possible making sure that previos created branches are
merged.

* Update .github/workflows/github-page-clean-up.yml

Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>

Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
2021-05-27 17:01:25 -04:00
Manuel de la Pena e2ba5d4c2f
[Actions] [] are special in yaml we need the '' (#11662) 2021-05-24 14:07:19 -04:00
TJ Lambert 592d6fefb0
[Localization] Adding localize-update workflow (#11655) 2021-05-21 22:04:25 -05:00
Manuel de la Pena 51ad45d92a
[CI] Do not longer need to use a rebase trigger we have it from github. (#11171) 2021-04-09 07:10:07 -04:00
Manuel de la Pena 827b2ad674
[Actions] Backports should use forks. (#10530) 2021-01-26 15:41:55 -05:00
Manuel de la Pena 031e14f1a3
[Actions] Add the user to all branches. Remove monojenkins. (#10368) 2021-01-08 16:21:41 -05:00
Manuel de la Pena f218681d7b
[Actions] Ensure the new bot is considered. (#10352)
@monojenkins is no more.
2021-01-07 15:41:00 -05:00
Manuel de la Pena f059a7ec8b
[Actions] Add a rebase action. (#10259)
As part of the effort to move away from jenkins, the @monojenkins bot will be retired. This adds an action to be used that does the same job.

The new action can be executed via '@vs-mobiletools-engineering-service2 rebase'
2020-12-12 16:38:01 -05:00
Manuel de la Pena 6c6d8e32b7
[Actions] Add the backport action (#10258)
* [Actions] Add the backport action

As part of the effort to move away from jenkins, the @monojenkins bot will be retired. This adds an action to be used that does the same job.

New action can be executed via '/sudo backport $TARGET_BRANCH'
2020-12-12 16:36:16 -05:00
Manuel de la Pena 27e73eeeef
[Actions] Add debug for the workflow to find why it does not work with hub. (#10008) 2020-10-29 22:37:46 -04:00
Manuel de la Pena 923aef0838
[Actions] Fix the if condition. Return error with empty labels. (#9967) 2020-10-26 15:56:03 -04:00
Manuel de la Pena a5d2fe7280 [Actions] Ignore the monojenkins check for now 2020-10-26 14:57:51 -04:00
Manuel de la Pena 093938e926
[Actions] If we have no labels and we are not monojenkins, fail. (#9963) 2020-10-26 14:48:07 -04:00