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

116 Коммитов

Автор SHA1 Сообщение Дата
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