Skip to content

Commit

Permalink
Develop (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Sep 1, 2023
2 parents 3aec3c7 + 407c472 commit b4e7fff
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 26 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ft-issue-gardening.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Issue gardening for figuren.theater

on:
issues:
types:
- opened
jobs:
call-workflow-ft-issue-gardening:
uses: figuren-theater/.github/.github/workflows/issue-gardening.yml@main
secrets: inherit
14 changes: 0 additions & 14 deletions .github/workflows/ft-releases.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Draft or update the next release

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main

jobs:
call-workflow-release-drafter:
uses: figuren-theater/.github/.github/workflows/release-drafter.yml@main
secrets: inherit
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

All notable changes to this project will be documented in this file.

## Unreleased


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ who participated in this project.

## License

This project is licensed under the [GPL-3.0-or-later](LICENSE.md), see the [LICENSE](LICENSE) file for
This project is licensed under the **GPL-3.0-or-later**, see the [LICENSE](/LICENSE) file for
details

## Acknowledgments
Expand Down
11 changes: 0 additions & 11 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,8 @@ includes:
# Include this extension, if not already autoloaded via composer
# - vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
level: max
inferPrivatePropertyTypeFromConstructor: true
bootstrapFiles:
# Missing constants, function and class stubs
- %currentWorkingDirectory%/vendor/figuren-theater/phpstan/ft-stubs.php

paths:
- %currentWorkingDirectory%/plugin.php
- %currentWorkingDirectory%/inc/
- %currentWorkingDirectory%/src/
- %currentWorkingDirectory%/templates/
excludePaths:
- %currentWorkingDirectory%/vendor/
# ignoreErrors:
# All constants of the FT platform
# - '#^Constant FT_(.*) not found\.$#'

0 comments on commit b4e7fff

Please sign in to comment.