History log of /dokuwiki/.github/workflows/deletedFiles.yml (Results 1 – 9 of 9)
Revision Date Author Comments
# b56152e0 13-May-2024 Andreas Gohr <andi@splitbrain.org>

update create-pull-request action to v6


# 606abce6 11-Apr-2024 Damien Regad <dregad@mantisbt.org>

Grammar: removed on, not removed in (date)


# 39a79d26 02-Apr-2024 Zweihorn <4863737+Zweihorn@users.noreply.github.com>

Update deletedFiles.yml with the current ISO date.

Finally, the list of newly removed entries receives a header "# removed in $(date -I)" with the current ISO date.


# 3d8dbb19 01-Apr-2024 Zweihorn <4863737+Zweihorn@users.noreply.github.com>

Update deletedFiles.yml with improved workflow

major improvements are:
- cleans this file from any re-introduced file
- adds deleted files to the top of the list
- takes extra care of full path n

Update deletedFiles.yml with improved workflow

major improvements are:
- cleans this file from any re-introduced file
- adds deleted files to the top of the list
- takes extra care of full path names (i.e. "^$E$" and "^$F$") to avoid cluttering grep with e.g., .txt and .txt_bak files
- uses data/deleted.files.tmp as lock file to produce a single trailing line only after adding any deleted files (thus the "cp" in the first "awk") and removes it (the "mv" in second "awk")

show more ...


# 4d2a0912 11-Mar-2024 Andreas Gohr <andi@splitbrain.org>

increase github action versions


# eacee56e 14-Nov-2023 Andreas Gohr <andi@splitbrain.org>

adjust export-ignore checking in deleted files action

This makes use of git check-attr to properly check the attributes. The
attributes have been extended to match subdirs and files.


# bf7ba4d5 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

workflow improvements

* make bot PRs more easy to spot
* better PR message for autofix
* no more checkstyle to annotation


# 077b7fe2 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

add configuration for rector

A workflow should automatically suggest a new pull request with the
changes.

Initial fixes will not be applied from the auto generated PR but will be
added as piece by

add configuration for rector

A workflow should automatically suggest a new pull request with the
changes.

Initial fixes will not be applied from the auto generated PR but will be
added as piece by piece commits with rule updates to this branch.

show more ...


# 290ea73d 23-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Automate the release workflow using GitHub actions

This introduces a two-part release mechanism. A manually triggered
workflow asks for the important info like type of release (stable, rc)
and code

Automate the release workflow using GitHub actions

This introduces a two-part release mechanism. A manually triggered
workflow asks for the important info like type of release (stable, rc)
and code name. It then creates a cleanly mergable pull request.

When that pull request is merged, a release is automatically tagged,
built and uploaded.

Another workflow is introduced to keep track of the deleted.files info.
This is one less chore to do on a release.

A new scheme for tags is also introduced, making all tags sortable,
regardless of their type. They follow the pattern

release-YYYY-MM-DD(<hotfixletter>|rc)

A script will be used to clean-up the existing tags.

show more ...