Skip to content

Commit

Permalink
contrib/docs: rename 'cilium-actions.yml' with 'maintainers-little-he…
Browse files Browse the repository at this point in the history
…lper.yaml"

Commit a93c0ed renamed the MLH configuration file. Unfortunately in
a lot of places this filename was set and this commit renames those
locations with this new filename.

Fixes: a93c0ed (".github: Rename maintainer's little helper's config file")
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm authored and pchaigno committed Jul 2, 2021
1 parent 12a4a48 commit d936ebf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Documentation/contributing/release/feature.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ On Freeze date
#. Create a new project named "X.Y.Z" to automatically track the backports
for that particular release. `Direct Link: <https://github.com/cilium/cilium/projects/new>`_

#. Copy the ``.github/cilium-actions.yml`` from the previous release ``vX.Y-1``
#. Copy the ``.github/maintainers-little-helper.yaml`` from the previous release ``vX.Y-1``
change the contents to be relevant for the release ``vX.Y`` and set the
``project:`` to be the generated link created by the previous step. The link
should be something like: ``https://github.com/cilium/cilium/projects/NNN``
Expand Down Expand Up @@ -76,7 +76,7 @@ On Freeze date
#. ``needs-backport/1.2``


#. Checkout to master and update the ``.github/cilium-actions.yml`` to have
#. Checkout to master and update the ``.github/maintainers-little-helper.yaml`` to have
all the necessary configurations for the backport of the new ``vX.Y`` branch.
Specifically, ensure that:

Expand All @@ -87,8 +87,8 @@ On Freeze date
.. code-block:: shell-session
$ git checkout -b pr/master-cilium-actions-update origin/master
$ # modify .github/cilium-actions.yml
$ git add .github/cilium-actions.yml
$ # modify .github/maintainers-little-helper.yaml
$ git add .github/maintainers-little-helper.yaml
$ git commit
$ git push
Expand Down
2 changes: 1 addition & 1 deletion contrib/release/bump-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MAJ_REGEX='[0-9]\+\.[0-9]\+'
MIN_REGEX='[0-9]\+\.[0-9]\+\.[0-9]\+'
REGEX_FILTER_DATE='s/^\([-0-9]\+\).*/\1/'
PROJECTS_REGEX='s/.*projects\/\([0-9]\+\).*/\1/'
ACTS_YAML=".github/cilium-actions.yml"
ACTS_YAML=".github/maintainers-little-helper.yaml"
REMOTE="$(get_remote)"

latest_stable=""
Expand Down
2 changes: 1 addition & 1 deletion contrib/release/start-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source $DIR/lib/common.sh
source $DIR/../backporting/common.sh

PROJECTS_REGEX='s/.*projects\/\([0-9]\+\).*/\1/'
ACTS_YAML=".github/cilium-actions.yml"
ACTS_YAML=".github/maintainers-little-helper.yaml"
REMOTE="$(get_remote)"

usage() {
Expand Down

0 comments on commit d936ebf

Please sign in to comment.