Searched +full:delete +full:- +full:branch (Results 1 – 4 of 4) sorted by relevance
1 name: "Auto-Fix code"5 - master10 runs-on: ubuntu-latest12 - name: Checkout15 fetch-depth: 017 - name: Setup PHP18 uses: shivammathur/setup-php@v220 php-version: '8.2'22 - name: Install tools25 composer install --no-interaction --no-progress --no-suggest --prefer-dist[all …]
2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i…3 # It compares the current master with the stable branch and adds all deleted files to the data/dele…4 # unless they are already listed there or are excluded from the release archives (export-ignore in …6 # Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the c…12 - master17 runs-on: ubuntu-latest19 - name: Checkout22 fetch-depth: 024 - name: Cleaning list from re-introduced files26 for E in $(git ls-tree -r master --name-only); do[all …]
4 # When the pull request is merged, the release-build workflow will be triggered automatically16 - stable17 - hotfix18 - rc23 description: 'The version date YYYY-MM-DD, empty for today'29 runs-on: ubuntu-latest31 - name: Fail if branch is not master37 - name: Checkout40 fetch-depth: 042 - name: Set git identity[all …]
4 * --------13 * -------15 * - Added loads of keywords and commands of GNU/Linux16 * - Added support for parameters starting with a dash18 * - Added description of extra language features (SF#1970248)20 * - PARSER_CONTROL patch using SF #1788408 (BenBE)22 * - Added a lot of keywords (BenBE / Jan G)24 * - Added support for multiple object splitters26 * - Added support for URLs28 * - First Release[all …]