summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-03-15Dependabot requires that the target-branch is a string.Sadie Powell
2024-03-15Send dependabot pull requests to the 2.1 branch.Sadie Powell
2024-02-11Add a GitHub security policy.Sadie Powell
2024-01-24Backport CI changes from the 2.1 branch.Sadie Powell
2023-12-19Tweak the issue templates slightly.Sadie Powell
2023-10-01Bump actions/checkout from 3 to 4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-07-30Fix the pull request template to be more relevant to Anope.Sadie Powell
2023-07-30Add some templates for people filing issues on GitHub.Sadie Powell
2022-12-17Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-17Allow Dependabot to keep our GitHub CI up to date.Sadie Powell
2022-12-07Add a module that provides regex/pcre using PCRE2.Sadie Powell
2020-10-02Remove use of the deprecated register keyword.Sadie Powell
Fixes a build error on C++17 compilers.
2020-10-02Add C++98 and C++14 build matrixes to the Linux CI.Sadie Powell
2020-09-28Switch from Travis CI to GitHub Actions.Sadie Powell
Closes #153.