aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2024-12-13 08:54:46 +0000
committerSimon Steiner <ssteiner@apache.org>2024-12-13 08:54:46 +0000
commitfb919cd338f96d6117d56564311f53f5c6daee9f (patch)
treebb2e57459a8fb88eb58b29f2f32dca2f4409f22e /.github/workflows
parentfd084368f8c81c6a6b5aa4e94d443f4f0ad6e5ad (diff)
downloadxmlgraphics-fop-fb919cd338f96d6117d56564311f53f5c6daee9f.tar.gz
xmlgraphics-fop-fb919cd338f96d6117d56564311f53f5c6daee9f.zip
FOP-3225: Avoid setting PCL cursor to keep spacing consistant
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions
?id=fb47ca7096b658bdc1d64a0131a52ea05323850c'>workflows/release-drafter.yml
blob: 05e5391574dbf7df86a6ee7e4a5970d9fafec4c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
   
name: Release Drafter
on:
  push:
    branches:
      - master
jobs:
  update_release_draft:
    runs-on: ubuntu-latest
    steps:
      - uses: release-drafter/release-drafter@v5.18.1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}